mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Removed statement that redirect in response to POST is "technically
disallowed", which I cannot find in rfc2616 nor in rfc1945. Even if that were technically the case, the widespreadedness of such responses would make the prohibition irrelevant.
This commit is contained in:
parent
eeacdb2ebc
commit
f79e976e7c
@ -1,3 +1,11 @@
|
|||||||
|
2005-05-30 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* wget.texi (HTTP Options): Removed statement that redirect in
|
||||||
|
response to POST is "technically disallowed", which I cannot find
|
||||||
|
in rfc2616 nor in rfc1945. Even if that were technically the
|
||||||
|
case, the widespreadedness of such responses would make the
|
||||||
|
prohibition irrelevant.
|
||||||
|
|
||||||
2005-05-14 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-05-14 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* wget.texi (Overview): Document --[no-]proxy as primarily being
|
* wget.texi (Overview): Document --[no-]proxy as primarily being
|
||||||
|
@ -1311,12 +1311,12 @@ use chunked unless it knows it's talking to an HTTP/1.1 server. And it
|
|||||||
can't know that until it receives a response, which in turn requires the
|
can't know that until it receives a response, which in turn requires the
|
||||||
request to have been completed -- a chicken-and-egg problem.
|
request to have been completed -- a chicken-and-egg problem.
|
||||||
|
|
||||||
Note: if Wget is redirected after the POST request is completed, it will
|
Note: if Wget is redirected after the POST request is completed, it
|
||||||
not send the POST data to the redirected URL. This is because URLs that
|
will not send the POST data to the redirected URL. This is because
|
||||||
process POST often respond with a redirection to a regular page
|
URLs that process POST often respond with a redirection to a regular
|
||||||
(although that's technically disallowed), which does not desire or
|
page, which does not desire or accept POST. It is not completely
|
||||||
accept POST. It is not yet clear that this behavior is optimal; if it
|
clear that this behavior is optimal; if it doesn't work out, it might
|
||||||
doesn't work out, it will be changed.
|
be changed in the future.
|
||||||
|
|
||||||
This example shows how to log to a server using POST and then proceed to
|
This example shows how to log to a server using POST and then proceed to
|
||||||
download the desired pages, presumably only accessible to authorized
|
download the desired pages, presumably only accessible to authorized
|
||||||
|
Loading…
Reference in New Issue
Block a user