crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.32k stars 651 forks source link

Remove Origin: file// from header #4005

Open mburger81 opened 6 years ago

mburger81 commented 6 years ago

I'm not sure if I'm right here, but I'm using your crosswalk webview on an ionic2 app, where we do a simple http get with angular http. The reason why I'm writing here is, because the GET and POST we are sending are adding an Origin: //file but the REST service we are calling checks the Origin as many others. So the problem is, we need to remove the origin header from our ionic2 cordova crosswalk app. Can you help?