Re: IO Error

PJ Champion <Gchampion@teamvelocitymarketing.com>, 2018-11-15 16:21 +0000:
> Archived-At: <https://www.w3.org/mid/SN1PR12MB25588972F79AEFCC58B68F8FA3DC0@SN1PR12MB2558.namprd12.prod.outlook.com>
> 
> Getting IO Error Checking https://teamvstagingtoyota.com/inventory .  I checked 'Verbose output" but still only get "IO Error" as the error message. Any more insight into the error? Was thinking our IDS may be blocking your source ip however cant find documentation of where the scan is coming from.

The URL has a redirect loop; it redirects to itself:

$ curl -I https://teamvstagingtoyota.com/inventory
HTTP/2 302
content-length: 0
location: /inventory
server: Kestrel
set-cookie: TID=5b53604c-d15e-4168-8b20-95595447d15f; expires=Tue, 27 Nov 2018 01:56:26 GMT; path=/; samesite=lax
x-powered-by: ASP.NET
date: Sat, 17 Nov 2018 01:56:26 GMT

-- 
Michael[tm] Smith https://people.w3.org/mike

Received on Saturday, 17 November 2018 01:59:12 UTC