Cors Everywhere Test Page
- This page will attempt to load "http://google.com" via xmlHttpRequest with credentials set to true.
- This should always fail by default
- If the script reaches the readyState of "4" with a status code of "0", this presumably means CORS will have blocked the call.
- Enabling the Firefox addon "cors-everywhere" should bypass this restriction, returning readyState "4" and status "200".
cors everywhere
http://spenibus.net
https://github.com/spenibus/cors-everywhere-firefox-addon
https://gitlab.com/spenibus/cors-everywhere-firefox-addon
waiting for xmlHttpRequest