Subject:
|
Re: errr... 403 Forbidden?
|
Newsgroups:
|
lugnet.admin.general
|
Date:
|
Sun, 26 Mar 2000 05:33:11 GMT
|
Viewed:
|
624 times
|
| |
| |
In lugnet.admin.general, Dan Boger writes:
> [...]
> use LWP::Simple qw/getprint/;
> [...]
There's the problem. LWP::Simple is in the list of blocked user agents.
(Has been since 1998.)
--Todd
|
|
Message has 1 Reply: | | Re: errr... 403 Forbidden?
|
| (...) this is very strange.... it used to work - as recently as last week! I'm pretty sure I didn't modify anything recently... nope, mtime is Mar 13th, and that was just an error checking... I guess I could set the UA to be something else... (...) (25 years ago, 26-Mar-00, to lugnet.admin.general)
|
Message is in Reply To:
| | Re: errr... 403 Forbidden?
|
| (...) sorry - I should have posted the whole script: #!/usr/local/bin/perl use LWP::Simple qw/getprint/; $url = shift || dir "No URL."; $|=1; getprint($url); and if I run it with (URL) I get a forbidden responce... :/ Again, sorry for the confusion. (...) (25 years ago, 26-Mar-00, to lugnet.admin.general)
|
14 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|