I need load external page with AJAX, I used JQuery $().load(url) syntax, but external page sometimes use HTTP redirect to another location (in the same domain). Exist any way, how I can force Jquery to follow redirect?
- [jQuery] $().load() and redirect ATom