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
2015-04-15 11:53:58.174 [tid:com.facebook.React.JavaScript] "Oh no! error Error: Origin is not allowed by Access-Control-Allow-Origin"
I've performed this making requests to a server running nginx that I control, with a variety of HTTP header permutations, and the note regarding CORS on superagent's docs here, with no success.
The text was updated successfully, but these errors were encountered:
I came across this (slightly) related StackOverflow question and answer, and decided to reset the simulator on a whim. It shouldn't have, but it worked.
You may have been developing with the Chrome debugger or UIWebView debugger which enforce CORS, so resetting the simulator state may have reset that :)
facebook
locked as resolved and limited conversation to collaborators
May 29, 2018
I'm unable to perform a simple GET via superagent:
yields:
I've performed this making requests to a server running nginx that I control, with a variety of HTTP header permutations, and the note regarding CORS on superagent's docs here, with no success.
The text was updated successfully, but these errors were encountered: