Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Separation boundary in multipart/form-data POSTs

by aardvark (Pilgrim)
on Aug 01, 2002 at 03:02 UTC ( [id://186665]=note: print w/replies, xml ) Need Help??


in reply to Separation boundary in multipart/form-data POSTs

Thanks for all your help. I got the boundary value to appear after much finagling with the Content portion.
Authentication was driving me nuts, until, I came across a wonderful little post from tilly. This place is full of Fonzies!!

Re (tilly) 2: HTTP::Headers, HTTP::Request, Authentication, LWP::Useragent

The working code looks like this:
my $ua = LWP::UserAgent->new; my $uri = "http://" . "$uid" . ":" . "$pass" . "@" . "myserver.com/LL +S/GenPublishMessage"; my $req = $ua->request(POST "$uri", Content_Type => 'multipart/form-data', Content => [ xmlmsg=>$xmlmsg ]);

Get Strong Together!!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-25 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found