URL wierdness...

2003-05-30 Thread Andy Williams \(IMAP HILLWAY\)
Hi, A bit of a strange one (unless I'm having a really bad day and missed something really stupid!). This is the code: #!/usr/bin/perl -w use strict; use LWP::UserAgent; use HTTP::Request; use Data::Dumper; my $browser; my $ua = new LWP::UserAgent; $ua->agent('Mozilla/5.0'); $ua->timeout(15); m

Re: URL wierdness...

2003-05-30 Thread Roger Burton West
On Fri, May 30, 2003 at 09:16:25AM +0100, Andy Williams (IMAP HILLWAY) wrote: >Now... this works fine for almost every URL I can think of apart from 2: >http://www.acxiom.co.uk & http://www.acxiom.com >These 2 both return "500 Internal Server Error" but work fine if you go to >them with a browser!

Re: URL wierdness...

2003-05-30 Thread duncan
answers your question very well... ;-) - Original Message - From: "Roger Burton West" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 9:24 AM Subject: Re: URL wierdness... > On Fri, May 30, 2003 at 09:16:25AM +0100, Andy Williams (IMAP

Re: URL wierdness...

2003-05-30 Thread Andy Williams \(IMAP HILLWAY\)
- Original Message - From: "Roger Burton West" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 9:24 AM Subject: Re: URL wierdness... > On Fri, May 30, 2003 at 09:16:25AM +0100, Andy Williams (IMAP HILLWAY) wrote: > > >Now... this

Re: URL wierdness...

2003-05-30 Thread Jonathan Stowe
On Fri, 30 May 2003, Roger Burton West wrote: > On Fri, May 30, 2003 at 09:16:25AM +0100, Andy Williams (IMAP HILLWAY) wrote: > > >Now... this works fine for almost every URL I can think of apart from 2: > >http://www.acxiom.co.uk & http://www.acxiom.com > >These 2 both return "500 Internal Server

Re: URL wierdness...

2003-06-02 Thread Jody Belka
IMAP HILLWAY\ said: > > Now... this works fine for almost every URL I can think of apart from 2: > http://www.acxiom.co.uk & http://www.acxiom.com > These 2 both return "500 Internal Server Error" but work fine if you go > to them with a browser! bit of checking and it seems that they're using the

Re: URL wierdness...

2003-06-03 Thread Andy Williams \(IMAP HILLWAY\)
- Original Message - From: "Jody Belka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 2:29 PM Subject: Re: URL wierdness... > IMAP HILLWAY\ said: > > > > Now... this works fine for almost every URL I can think of apar

Re: URL wierdness...

2003-06-04 Thread Jonathan Stowe
On Mon, 2 Jun 2003, Jody Belka wrote: > IMAP HILLWAY\ said: > > > > Now... this works fine for almost every URL I can think of apart from 2: > > http://www.acxiom.co.uk & http://www.acxiom.com > > These 2 both return "500 Internal Server Error" but work fine if you go > > to them with a browser! >