When I call the jQuery .ajax method, I receive a 302 status code. This is expected behaviour.
Unfortunately the parameters sent with the first are not resent when the redirect occurs. This causes my validator function on the server to fail.
My question is, is it possible to resend the request after the 302 status to the new URL with the old parameters?