I am developing a mobile web application where the content server is removed. I can do some basic testing on desktop Chrome with the option --disable-web-security. Is there a similar feature on chrome on Android? Or any other Android browser?
Many thanks.
- EDIT
I include these headers - Authorization, Access Control-Allow-Origin, Access-Control-Allow-Credentials; but it does not seem to affect the data server. Are there any other settings missing?
The webapp code is on the local PC; Remote host data and the browser is located on the mobile device on the local LAN.
android google-chrome cors
Dinesh
source share