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"
