Closed
Bug 132740
Opened 23 years ago
Closed 23 years ago
View source does not sent POST arguments
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: gavin, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031104
When performing view source on a page that is the result of a POST operation,
Moz requests the page again, however the form arguments are not sent with this
request, thus the view source is useless as it represents the default version of
the page, not the one tuned for the form parameters.
Reproducible: Always
Steps to Reproduce:
1. Sumbit form using POST
2. Select "View Page Source" from menu or pop-up
3. Source represents page with no params
Actual Results: The view source window pops up, but the source is not what is
used to display the results page.
Expected Results: Either re-built the source from internal representation of
document, or from downloaded source, or re-request with POST args.
Comment 1•23 years ago
|
||
Duplicate of Bug 55583
"viewsource.js loads urls in the view-source window but doesn't provide form post
data. This won't work on pages that result from form post submissions."
Cant mark it as dup by myself -> not enough power in bugzilla ;)
Reporter | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 55583 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•