19 Oct 22

Use this little website to test if a URL is setup correctly to work with CORS.


11 Sep 13

JavaScript and the web programming has grown by leaps and bounds over the years, but the same-origin policy still remains. This prevents JavaScript from making requests across domain boundaries, and has spawned various hacks for making cross-domain requests.

Tags: