Issue metadata
Sign in to add a comment
|
Post vars not displaying under certain conditions
Reported by
koop...@gmail.com,
Nov 14 2017
|
||||||||||||||||||||||
Issue description
UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Steps to reproduce the problem:
1. From browsing a file something.php?foo=bar, make a post request to the same URL, including the query string.
2. When that request comes in, using server code, redirect using 302 to a page with the same URL (including query string), but no post vars of course. Using PHP, this can be done with header("Location: something.php?foo=bar")
What is the expected behavior?
I expect the Network tab of the Developer Tools to show two pages. One is the initial post request, and one is the redirected page. This works fine. (You have to select Preserve log, and the initial redirect is found in Other, and the other is found in the Doc).
However, in the first request, the POST request, I expect to see the POST variables displayed at the bottom when I click the file URL. They are not there. Only the Get variables (foo=bar) are shown.
What went wrong?
The POST request is not displaying the POST variables.
Did this work before? Yes Unknown
Chrome version: 61.0.3163.100 Channel: stable
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Flash Version:
It works in Firefox.
,
Nov 15 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by l...@chromium.org
, Nov 15 2017