I’ve been struggling on building an iOS web app using Cordova, because whatever I did, the web app can not run jQuery get function because of CORS Policy problem in iOS WebKit WebView. Before Apple forced us to use WKWebView there were no problem at all. Okay, the solution is, add these lines in your…
Category: Apache
How to get rid of this error alert: CORS header ‘Access-Control-Allow-Origin’ missing
If you are working on web development, sometimes you face this problem, for example you want to include/access some files that are not on your current website domain and then you got this error message on your dev console log: CORS header ‘Access-Control-Allow-Origin’ missing How to solve this problem? First I want to explain more…