I tried the following with the same 405 result ....

my $r5 = $ua->simple_request(POST "http://cgi5.ebay.com/eBayISAPI.dll";,
                {
                MfcISAPICommand =>'PreviewAddToItem',
                userid          => $userid ,
                pass            => $encrypt_pass ,  
                itemno          => $logo_items[$i] ,
                desc            => $AlterDesc,
                addcounter      => '' ,
                counterstyle    => '-1' , 
                return => 'http://cgi5.ebay.com',
                });

Would this point a non HTML:Form problem ?
I don't know how to run a packet sniffer. Anybody have 
any other ideas ?

Thanks,
Steve    



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Gisle Aas
Sent: Friday, September 07, 2001 4:31 PM
To: steve borruso
Cc: [EMAIL PROTECTED]
Subject: Re: Getting with HTTP 405 using HTTP::Form


I suggest that you try a packet sniffer and figure out what is
different in the HTML::Form generated request from what a normal
browser sends.

Regards,
Gisle

Reply via email to