On Mon, 17 Apr 2023 21:35:13 +0000, Farley, Peter wrote:
>
>One of the required management tools in use here (third party, mostly not 
>in-house developed) requires you to use an on-page "back" button because the 
>browser "back" button takes you back to the login page.  <*Doh*>
> 
One site, which I like to script, responds to a URL with invalid path by
returning its home page (which is OK) with status 200 (which is not OK.)

I emailed a courteous complaint to the site owner, who explained that
it was created by a contractor, out of his control.  so I scan returned
resources for the home page eyecatcher and treat that as an error.

I apologized for fetching a couple dozen pages daily, with concurrent
requests.  He said that's OK; he tolerates far worse abusers.

His httpd ls less forgiving: I must issue my requests 0.3 seconds apart
(empirical) or I get errors.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to