Closed
Bug 964727
Opened 11 years ago
Closed 6 years ago
web console does not allow to inspect redirect request
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: igor, Unassigned)
Details
Web Console in Firefox 27 Beta does not allow to inspect HTTP redirect requests. Instead they are shown as page separation marker without a possibility to see server headers etc. I suppose this is a regression from the work for Bug 793996.
To reproduce, open new tab, open web console there, enable persistent logs option, then go to http://www.nettbankterminal.no/ . This will redirect to www.infokiosken.no. Console shows the original request and the redirect with with new-site markers. Those cannot be inspected in the same way as normal HTTP requests and just show the location. The same picture is in the Net tab.
The desired behavior is to show both new-site marker and the full request LOG.
Updated•11 years ago
|
OS: Windows 7 → All
Priority: -- → P3
Hardware: x86 → All
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
This is what I get when following the str from Comment 0:
GET http://www.infokiosken.no/produkter/infokiosker/procon-nettbank.html [HTTP/1.1 301 Moved Permanently 0ms]
, so it looks like it's working.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•