breautek commented on issue #1549: URL: https://github.com/apache/cordova-android/issues/1549#issuecomment-1402771466
> I don't know why but NPM express package cors deals everything without the need of nginx special configurations Doesn't really matter what HTTP technology you use, just as long as it responds to `OPTIONS` request of your API endpoint and it sends the CORS headers. So if you're using Node with express, then the `cors` express middleware is definitely a valid approach to take. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
