Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: HTTPS Call across proxy server

by jjdraco (Scribe)
on Dec 13, 2002 at 06:22 UTC ( [id://219512]=note: print w/replies, xml ) Need Help??


in reply to Re: HTTPS Call across proxy server
in thread HTTPS Call across proxy server

As you seem to be surprised at this response, and also you said "I do not get the content", I assume what you actually wanted to do was a 'GET' instead of 'POST', then you should do something like:
my $request=HTTP::Request->new(POST=> $lstrURL);
I think you meant to say
my $request=HTTP::Request->new(GET=> $lstrURL);
or am I wrong on what I thought I read?

jjdraco
learning Perl one statement at a time.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://219512]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found