bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [bug #51155] Page requisite requests should use GET method ir


From: anonymous
Subject: [Bug-wget] [bug #51155] Page requisite requests should use GET method irrespective of original request method
Date: Thu, 1 Jun 2017 06:16:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

URL:
  <http://savannah.gnu.org/bugs/?51155>

                 Summary: Page requisite requests should use GET method
irrespective of original request method
                 Project: GNU Wget
            Submitted by: None
            Submitted on: Thu 01 Jun 2017 10:16:34 AM UTC
                Category: Program Logic
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.18
        Operating System: GNU/Linux
         Reproducibility: Every Time
           Fixed Release: None
         Planned Release: None
              Regression: None
           Work Required: None
          Patch Included: None

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51155>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]