futurepress / react-native-static-server

HTTP static file server for React Native
MIT License
360 stars 183 forks source link

support for cross domain requests #47

Open narensprinter opened 6 years ago

narensprinter commented 6 years ago

Is there a way to allow cross domain requests? I have tried to set Access-Control-Allow-Origin but not found how do that. is there any other way?

ghost commented 5 years ago

Yeah, it will be good, because now I get CORS errors when trying to make requests to localhost from WebView

carltian commented 4 years ago

Android, I get CORS errors, too.I want to know how to solve it