Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Add access-control-allow-origin * header on server to allow AJAX XHR #27

Open
guillaume86 opened this issue Sep 9, 2012 · 0 comments · May be fixed by #30
Open

Add access-control-allow-origin * header on server to allow AJAX XHR #27

guillaume86 opened this issue Sep 9, 2012 · 0 comments · May be fixed by #30

Comments

@guillaume86
Copy link

JSONP is nice but simple XHR could work if
headers['Access-Control-Allow-Origin'] = '*'
is added on the server.

@skeeto skeeto linked a pull request Mar 13, 2013 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant