Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: LWP post

by Anonymous Monk
on Feb 24, 2005 at 05:36 UTC ( [id://433956]=note: print w/replies, xml ) Need Help??


in reply to Re: LWP post
in thread LWP post

Let me know what do do the follwoing :

my $ua->agent("MyApp/0.1 ");

and what is MyApp/0.1

Replies are listed 'Best First'.
Re^3: LWP post
by ikegami (Patriarch) on Feb 24, 2005 at 05:46 UTC

    (The my shouldn't be there.)

    The line is optional. It tells LWP what to put in the User-Agent field of the HTTP request, which is pretty much a free-format field. The default is indicates LWP is being used and which version of LWP is being used.

    Some web servers use this to return content specific for the browser identified by the string. Some web servers log this to monitor which browsers its users use.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-20 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found