Subject:
|
Re: errr... 403 Forbidden?
|
Newsgroups:
|
lugnet.admin.general
|
Date:
|
Sun, 26 Mar 2000 04:52:14 GMT
|
Viewed:
|
627 times
|
| |
| |
In lugnet.admin.general, Dan Boger writes:
> 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 http://www.lugnet.com I get a forbidden responce...
> :/
>
> Again, sorry for the confusion.
>
> Dan
Don't you need a trailing / ? I remember a long time ago
www.lugnet.com (or was it fibblesnork.com?) would bring up an annoying error
message while www.lugnet.com/ would bring up the correct page. I think Todd
was trying to make some silly point about trailing slashes :)
KL
|
|
Message has 1 Reply:
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
|
|
|
|