Is there any way to do -disable-web-security on android chrome

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.

+7
android google-chrome cors
source share

No one has answered this question yet.

See related questions:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2268
Why does the error "No Access-Control-Allow-Origin header on the requested resource" appear in my JavaScript code, but Postman doesn't?
2097
Is there a way to run Python on Android?
1554
Disabling Chrome Web Site Cache
1403
Disable same origin policy in Chrome
1153
How to force ASP.NET Web API to return JSON instead of XML using Chrome?
249
CORS: You cannot use a wildcard in Access-Control-Allow-Origin when the credential flag is correct

All Articles