This repository was archived by the owner on Dec 20, 2020. It is now read-only.

Description
qwest.get(my_IP')
.then(function(xhr, response) {
alert(response);
});
Raise an error Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource
How can I add "Access-Control-Allow-Origin: *" in headers ?