--- Keary Suska <[EMAIL PROTECTED]> wrote: > on 10/2/02 2:43 AM, [EMAIL PROTECTED] purportedly > said: > > > i am submiting a form with LWP. i have checked the > > submission trace by using ethereal. the result i > got > > by submit manually and by script basically the > > same.(submit form element order different. i.e > submit > > name=me&address=canada another is > > address=canada&name=me ) this doesn't make diff > when i > > am submiting, right ? > > Not necessarily. best not to make assumptions. Rule > out all differences. > > > by looking at the trace,i have set up refer and > > perfect headers to match the ones i got from > manually > > setting. but i am still getting an error from > server > > saying "please fix your bot and come back later".. > > > > only noticeable diff info in the trace that failed > > using script is > > TE: deflate,gzip;q=0.3 > > Connection: TE,close > > > > what else do i need to fool the server? > > You set the same user agent as the browser you are > using? That's key. Also > send *all* headers to match, in case the server is > doing client > fingerprinting. > > Keary Suska > Esoteritech, Inc. > "Leveraging Open Source for a better Internet" >
there is a stupid mistake. one entry in the form doesn't take up to 20 chars. i was submiting it more than that. yet, the cgi script didn't state this error to me rather using "fix your box". i think to fool a server to fetch page,d/l files etc, cookie, refer,user-agent,authentication are the ones related most. or all? thx for your help. james. __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
