Closed
Bug 125095
Opened 23 years ago
Closed 23 years ago
view source doesn't view loaded source and fetches wrong source
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: sparqz, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020205
BuildID: 2002020511
When trying to view the source code of a dynamically controlled web page (php in
my case) and passing parameters to that page, I get the default source, not
specific to the paramters eg:
http://www.here.com/index.php?m=members shows source of unregistered member page
(same as browser)
http://www.here.com/index.php?m=members&member=true shows the same source of
unregistered member but browser shows a registered member's page.
Reproducible: Always
Steps to Reproduce:
1. go to a page where you have to have a session id or similar
2. view source without logon
3. view source with logon.
Actual Results: the html source from both pages are the same. pages in browser
are different
Expected Results: the html source should reflect the page loaded in mozilla!
Comment 1•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
•