On the cross-domain problem of Cordova APP request API

when you make a cross-domain request for a normal web page, you only need to set Access-Control-Allow-Origin: domain name . However, it seems that Cordova APP is a local request on the phone without waiting for a domain name. How to set Header

Menu