ajax-form icon indicating copy to clipboard operation
ajax-form copied to clipboard

Redirects are not reflected in the address bar

Open readevalprint opened this issue 8 years ago • 0 comments

So the old behaviour of DRF was to allow POST to be overloaded with an html form to allow PUT, DELETE etc. But the new behaviour uses this library. The difference is that the ajax call is replacing the current page with the aja response and updating the url with the original url of the ajax request. But when the server gives a redirect, new new url is not available to jQuery.

readevalprint avatar Jul 08 '16 14:07 readevalprint