Help plz I use plugin WKWebView error Control-Allow-Origin

Help plz I use plugin WKWebView
Error Code
How to fix it.

XMLHttpRequest cannot load http://{my-site}. Origin http://localhost:12344 is not allowed by Access-Control-Allow-Origin.

That’s a CORS problem.

Follow the post here: http://blog.ionic.io/handling-cors-issues-in-ionic/

This should solve the problem. =)