Thursday, May 3, 2012

jQuery CORS plugin

We have moved to a GitHub project the jQuery plugin we have developped at Ovea to support CORS for IE8+.

This implementation adds transparent CORS support for jQuery (through XDomainRequest) and is able to pass cookies and headers such as JSESSIONID, PHP Session, and all others you want.

It is also able to support custom error code: default IE implementation only returns HTTP code 200 but with this one you'll be able to support any HTTP code.

See https://github.com/Ovea/cors