bugGNU Wget - Bugs: bug #51155, Page requisite requests should use...

 
 

bug #51155: Page requisite requests should use GET method irrespective of original request method

Submitter:  None
Submitted:  Thu 01 Jun 2017 10:16:34 AM UTC
   
 
Category:  Program Logic Severity:  3 - Normal
Priority:  5 - Normal Status:  Wont Fix
Privacy:  Public Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  1.18
Operating System:  GNU/Linux Reproducibility:  Every Time
Fixed Release:  None Planned Release:  None
Regression:  None Work Required:  None
Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 01 Jun 2017 10:16:34 AM UTC, original submission:  

Based on <a href="https://unix.stackexchange.com/q/368536/3645">Unix Stack Exchange post</a>:

Command: <code>wget --post-data='user=user&password=password' --page-requisites https://…/login</code>

Expected behaviour:

<ol>
<li>POST to /login</li>
<li>GET page requisites</li>
</ol>

Actual behaviour:

<ol>
<li>POST to /login</li>
<li>POST page requisites</li>
</ol>

Page requisites are not retrieved by any browsers using POST, AFAIK.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by darnir (Updated the item)
  •  

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-07-31 darnir StatusNone Wont Fix
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code