Support flagging a temporary redirect has occurred in xmlhttprequest
Categories
(Core :: DOM: Networking, enhancement, P3)
Tracking
()
People
(Reporter: thosrtanner58, Unassigned)
References
()
Details
(Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.9) Gecko/20100101 Goanna/4.1 Firefox/60.9 PaleMoon/28.4.1
Steps to reproduce:
As per https://github.com/whatwg/fetch/issues/892 there currently is no way of determining if the url you get as the target url after an xmlhttprequest is resolved was changed as the result of a temporary request (and therefore would not be a good idea to store/save) or not.
Would it be possible to implement this change please?
Actual results:
For instance going here: https://status.secondlifegrid.net/feed gets a 302 redirect to https://status.secondlifegrid.net/history.atom. However this is a temporary redirection and really should be flagged as such (I've been able to find any other long lasting temporary redirects!)
Expected results:
I'd have like a flag in the XMLHttpRequest indicating that the final target had been the result of a temporary redirection.
Reporter | ||
Comment 1•6 years ago
|
||
Sorry, reporting this on wrong browser. User agent string should read:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
We can leave this open I suppose, but we shouldn't really do any work until the standardization discussion Gingerbread Man has helpfully linked to has concluded, unless we're really keen on pushing this for some reason.
Reporter | ||
Comment 3•6 years ago
|
||
If you mean this: https://github.com/whatwg/fetch/issues/892 - I raised this ticket as a result of that being set to 'needs implementer interest'. This seemed a good place to raise implementer interest.
Updated•6 years ago
|
Updated•2 years ago
|
Description
•