Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 27903
Status: resolved
Priority: 0/
Queue: HTTP-Message

People
Owner: Nobody in particular
Requestors: colossus.forbin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: allow HTTP::Request to use Connect method
i would like to use more than one proxy when making a request (ex. passing the request through a proxy that shapes bandwidth and then through the Tor anonymizing proxy). to do this, i would need to need to use the http CONNECT method and that requires host:port to be passed, but HTTP::Request complains the URL must be asbsolute.
From: colossus.forbin [...] gmail.com
please disregard, i realize now that i can prepend http:// to the address On Mon Jul 02 14:14:06 2007, forbin wrote: Show quoted text
> i would like to use more than one proxy when making a request (ex. > passing the request through a proxy that shapes bandwidth and then > through the Tor anonymizing proxy). to do this, i would need to need to > use the http CONNECT method and that requires host:port to be passed, > but HTTP::Request > complains the URL must be asbsolute.