Side navigation
#4516 closed bug (duplicate)
Opened April 11, 2009 04:42AM UTC
Closed April 11, 2009 02:01PM UTC
XMLHttpRequest's getResponseHeader and getAllResponseHeaders is blank
Reported by: | icyhandofcrap | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I attempt to read the XMLHttpRequest's headers on ajaxError, neither getResponseHeader nor getAllResponseHeaders does anything.
What I expect to get is... anything really.
Attached is a simple example in php.
Duplicate of #4517.