>Is it possible for a server to see the difference between a browser and
a 
>script using the LWP::UserAgent module ?  Can I fix this ?

Hi Rene,
I have come across this kind of problem before.

Usually it is the useragent string (try pretending to be IE!) or because
your not sending any cookies.

What I would do is to monitor your HTTP exchange using, say, a proxy
such as the windows HttpTracer app or there is a nice Perl script called
HttpSniffer (I think) and examine the HTTP protocol interface between
your normal browser and the URL you want to view. Then view the
interchange via your script which cannot see the web page. The
difference between the requests will be your problem (as I say, probably
UA/Cookie/Accept header related).

joel


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.445 / Virus Database: 250 - Release Date: 21/01/2003
 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to