Hi,

On Sat, 16 Mar 2002 20:40 -0500, Paul Victor Novarese wrote:
> 
> I've been using a ksh script I wrote to grab exponents from the 
> Primenet manual testing forms via wget and feed them to my alphas'
> worktodo.ini files... Recently I noticed this no longer was getting
> any work.  Looking at the logs, I see that the server is returning
> the following:
> 
> Error 19: Unsupported access - please contact [EMAIL PROTECTED]
> 
> The URL I pass to wget looks something like this:
> 
> 
>http://mersenne.org/cgi-bin/primenet_checkout.pl?UserID=novarese%26UserPW=notmyrealpassword%26compID=w00t%26cpuType=P6%26speed=200%26hours=24%26LL=OFF%26factor=OFF%26dcheck=ON%26days=1
> 
> (I use "%26" instead of "&" to avoid any ksh unpleasantness)
> 
> I also get this error from when using lynx as my browser; however,
> I am still able to submit completed work without any problems.
> 

Maybe just a coincident, but to me it looks like PrimeNet's checkout
script evaluates the User-Agent header:

Using "wget --user-agent=..." or "lynx -useragent=..."
works with 'Mozilla/...':

 'Mozilla/4.78 [de] (X11; U; Linux 2.2.19 ppc; Nav)'
 'Mozilla/4.76 [en] (X11; U; SunOS 5.8 sun4u)'
 'Mozilla/'

but results into "Error 19: Unsupported access - ..." for

 'Glucas/2.9'
 'Lynx/2.8.4dev.7 libwww-FM/2.14'
 'Mozilla'
 'Wget/1.8'


 Klaus
_________________________________________________________________________
Unsubscribe & list info -- http://www.ndatech.com/mersenne/signup.htm
Mersenne Prime FAQ      -- http://www.tasam.com/~lrwiman/FAQ-mers

Reply via email to