Top "Cross-domain" questions

Cross-domain refers to web applications that communicate outside of their hosting domain / web server.

Single Sign On (SSO) using JWT

I have read several articles about sso but could not find an answer in my mind. I have a scenario …

cross-domain single-sign-on jwt
How to handle cross-domain web service calls from JS in Orchard CMS

I am trying to call a web service cross domain from within an HTML widget. This does not seem to …

javascript .net cross-domain orchardcms cors
Apache reverse proxy: how to redirect relative URLs in external site back to itself?

I need to bypass cross-site scripting restrictions in order to show users a map when they click a link from …

apache cross-domain mod-proxy cross-domain-proxy
Cross Domain Web Worker?

I have https://domain1.com (domain1) and https://domain2.com (domain2). Domain2 serves a page containing javascript with this header: "…

javascript html cross-domain web-worker
nginx config to enable CORS with origin matching

I've tried to use a very popular config for nginx, which enables CORS and supports origin matching using regular expressions. …

nginx cors cross-domain preflight
How to use Pixel Tracking across domains in PHP

I understand the basics of pixel tracking, I'm able to insert a pixel that references an image on my tracking …

php cross-domain tracking pixel code-metrics
Disable preflight OPTION request when sending a cross domain request with custom HTTP header

I've just found out that my browser was sending an extra "OPTION" request when trying to make a cross domain …

ajax http-headers cross-domain option preflight
Drag and Drop images from another website to mine

I ran a quick google and SO search and found similar questions but none were well formed and most were …

javascript jquery drag-and-drop cross-domain
Safari not setting CORS cookies using JS Fetch API

I am unable to get Safari to successfully apply Set-Cookie from server responses when using the Fetch API (actually, via …

javascript cookies safari fetch cross-domain
Angular2: Support for withCredentials and useXDomain

I am new to angular2. I am trying to login to my Django server which is a production server from …

angular cross-domain angular2-services django-cors-headers