Opened 9 years ago
Closed 9 years ago
#15142 closed bug (notabug)
Global .ajaxError() bug with http code 301
Reported by: | alexpts | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 2.1.1 |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
Global event .ajaxError() called when ajax requests complete with http code 301 without error.
Note: See
TracTickets for help on using
tickets.
The docs explain that a 3xx is considered an error; we don't automatically follow redirects in an attempt to make them successful. From the jQuery.ajax docs: