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)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 6119

People

(Reporter: john, Assigned: rods)

References

()

Details

Attachments

(1 file)

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).
over to Form Submission...
Assignee: ben → rods
Component: XP Apps: GUI Features → Form Submission
QA Contact: sairuh → ckritzer
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 6119 ***
Updating QA contact.
QA Contact: ckritzer → vladimire
Verified dupe.
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: