-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
In async example fetch request is disallowed #1209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I restarted my browser with following command, and it accepts the request now. "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="C:/Chrome Insecure Session" --disable-web-security |
It used to work :-/ |
Nothing :). As you figured out.. I am new to JavaScript. |
Should be fixed now. |
Still doesn't work:
|
@pke Try disabling browser extensions: https://bugs.chromium.org/p/chromium/issues/detail?id=360583#c9 |
Ups! Disconnect was interfering! Thanks! |
When I ran the 'async' example, I got following error in chrome.
https://github.com/rackt/redux/tree/master/examples/async
Error - "XMLHttpRequest cannot load http://www.reddit.com/r/reactjs.json. The request was redirected to 'https://www.reddit.com/r/reactjs.json', which is disallowed for cross-origin requests that require preflight."
The text was updated successfully, but these errors were encountered: