On Mon, 04 Aug 2014 17:44:37 GMT, james williams wrote:

Hi,

I cant seem to get a page (hello.dt) to render when the request comes via an ajax hijacked redirect (doSomething()). The hello() handler does get called, so am I missing something, I wonder?

The hello.dt page renders fine with a regular GET.

(...)

Redirect responses for XHR requests don't generally seem to be handled. A related stackoverflow topic suggests to add the redirect information in the response body in addition to the redirect header.