bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] [bug #44674] Add an option that will send the HTTP request to


From: Tim Ruehsen
Subject: [Bug-wget] [bug #44674] Add an option that will send the HTTP request to stderr or a file
Date: Tue, 31 Mar 2015 07:40:14 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.3

Follow-up Comment #3, bug #44674 (project wget):

Just open a second console and start
  nc -l -p 8888

Start wget in your first console
  http_proxy=localhost:8888 wget http://www.example.com

nc will now dump everything that Wget sends. You could even generate an answer
(e.g. with copy & paste).

Wget just adds a Proxy-Connection header which will not be sent on non-proxy
connections.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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