Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: HTTP post from perl script on UNIX box to asp script on NT box

by Anonymous Monk
on Jun 06, 2000 at 17:20 UTC ( [id://16598]=note: print w/replies, xml ) Need Help??


in reply to HTTP post from perl script on UNIX box to asp script on NT box

Hi,

build a http-request with the following form:

your-url?name1=value1&name2=value2 a.s.o.
'?' starts your parameters, '&' divides them. All meta-signs of parameters should be represented by a %-sequence - to do this use URI::Escape:
my $EscapedStr = URI::Escape::uri_escape('a string to be::escaped');

I guess you had a problem with these metasigns: e.g. a blank may be interpreted as the end of your url...

Anyway use the printf-equivalent and let the asp script print out the parameters to see if it works..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found