breautek commented on issue #73:
URL: https://github.com/apache/cordova-browser/issues/73#issuecomment-735324455


   > SEC7120: Origin http://localhost:8000 not found in 
Access-Control-Allow-Origin header.
   
   Is stating that whatever server you're trying to access is being blocked 
because they have CORS enabled and you're server isn't the allowed origin. The 
server needs to send the `Access-Control-Allow-Origin` header with the value of 
`http://localhost:8000` or use the `*` wildcard.
   
   [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) has a good 
resource that explains everything you need to know about CORS. I've also 
written a [blog post](https://breautek.com/2020/07/14/enabling-cors/) on this, 
while the subject is about iOS and the WKWebView... the CORS concept is still 
the same.
   
   I'm closing this because this is not a bug with Cordova.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to