You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to display a iframe from a different domain where we do not control the webserver that sends the CORS FRAME headers.
The Frame gets blocked as the sameorigin policy is set.
hi,
we need to display a iframe from a different domain where we do not control the webserver that sends the CORS FRAME headers.
The Frame gets blocked as the
sameorigin
policy is set.Is there a way to get a hold of the requesthandler and modify the headers as in https://stackoverflow.com/a/57291720 ?
The text was updated successfully, but these errors were encountered: