I\'m working with Django. I have an HTML page, where I do some Javascript stuff, and then I do a jQuery post, in this way:
$.ajax({ url: \'/xenopatients/meas
@Daniel is correct in that you want to avoid redirects with ajax calls, but you might take a look at this Stack Overflow question which addresses how to do so: How to manage a redirect request after a jQuery Ajax call