Is there any way to handle 303 status code of XMLHttpRequest with WinJS.xhr function using javascript?.
I read the article titled "Adventures in Windows 8: HTTP Post Helper WinRT Component" at codeproject which gives a solution using a C# component, but I would like to know if it can be done with javascript. Is it possible?.
I need to handle 303 status code in order to integrate the application with an external security service (I can´t use WebAuthenticationBroker because I already have an implementation on a external service).