Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

LWP::UserAgent adding unwanted TE header

by Anonymous Monk
on Jul 05, 2006 at 10:24 UTC ( [id://559287]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $contents = $response->decoded_content;
    print "Returned headers are:\n";
    print "$contents";
    
  2. or download this
    Headers before http request are:
    Connection: keep-alive
    ...
    Host: localhost
    TE: deflate,gzip;q=0.3
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
    

Log In?
Username:
Password:

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

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

    No recent polls found