Send http request to external url

i have tried cc.loader.getXMLHttpRequest() and XMLHttpRequest to send post request to external url but it didnt work as expect
if my url is http://abc.com:8090/v1/cashin it will modify to http://localhost:7456/abc.com:8090/v1/cashin :confused:

does anyone has the same issues ?

update: my bad i used http:/ instead http:// :grinning:

I have same issue.

It may be CORS (Cross-Origin Resource Sharing) problem.

But yet I coundnโ€™t find right way to access external url by using xmlreqeust.

yes itโ€™s CORS problem.