Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Separation boundary in multipart/form-data POSTs

by aardvark (Pilgrim)
on Jul 31, 2002 at 20:18 UTC ( [id://186591]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     my $ua  = LWP::UserAgent->new;
     my $req = HTTP::Request->new;
    ...
     my $res = $ua->request($req);
     print "\nREQUEST\n" . $req->as_string;
     print "\nRESPONSE\n" . $res->as_string;
    
  2. or download this
    REQUEST
    POST http://myservername.com/LLS/GenPublishMessage
    ...
    <LL_BULLETIN_BOARD_PUBLISHING STATUS="FAILED">
       java.io.IOException: Separation boundary was not specified
    </LL_BULLETIN_BOARD_PUBLISHING>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 17:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found