Last Updated:
15 Feb 2023 19:43
by Jason
I use a Telerik TabStrip. I add an additional tab programmatically to show the users specific info from google.
When I open a page that is local to the website project IE the same Base URL, everything works fine, however when accessing the google page inside your tabstrip I get CORS Authentication errors.
I have overcome that elsewhere in my app with the Access-Control-Allow-Origin header in the request. However the TabStrip's LoadFromContent Item configuration doesn't support that.
I'd like such an option to be available.