Chrome is throwing
XMLHttpRequest cannot load http://127.0.0.1:8006/test No
'Access-Control-Allow-Origin'
header is present on the requested resource. Origin 'http://xxx.yyy.com' is therefore not allowed access. The response had an HTTP status code 401.
I am opening a popup with HTTP and making a request to a local HTTP server created by Java.
It's working fine in all machines except in some different machine, the browser throws the above mentioned error.
As per my understanding, getting this error in HTTP
to HTTP
is a bit strange.