Is there a way to disable the same origin policy on Android Chrome, I have searched the other posts and did not find any answers about android version.
1 Answers
0
votes
There's no way to disable the same origin policy because it's fundamental to the security of the web. There are some ways around it though, like CORS, which should work in Chrome for Android.