Closed
Bug 47916
Opened 26 years ago
Closed 26 years ago
View Page Source Uses GET for POST Forms
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: john, Assigned: rods)
References
()
Details
Attachments
(1 file)
|
276 bytes,
text/plain
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)
BuildID: 2000080404
When you submit a POST form, and the do "View ... Page Source" on the resulting
page, Mozilla goes back to the network with a GET (I verified this on my server
logs), and does not resend the parameters. This happens both for pages that
submit back to themselves and that submit to other pages.
The consequences of this are that the page source does not look like the
current page.
Mozilla should do one of these things, IMO:
1. Not go to the network at all, instead using the cached version of the
document (this is preferable, especially in POSTs where side effects can occur).
2. Do whatever refresh would do (i.e. ask the user and then resend the POST
parameters).
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Updated•26 years ago
|
Comment 2•26 years ago
|
||
over to Form Submission...
Assignee: ben → rods
Component: XP Apps: GUI Features → Form Submission
QA Contact: sairuh → ckritzer
Updated•26 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•