Open gernotstarke opened 6 years ago
should be fixed now on branch 1.0.0-RC-2
the test currently breaks. Could it be that amazon has some kind of crawler protection? The checker currently seems to get a 503 when the tests are run through travis or locally... Maybe we need to send a fake user agent in addition to get through...
current workaround: ignore automated test and ignore false negatives in test result
added some special-case handling (add user-agent to connection), reducing the number of wrong 403's for some servers.
e.g. Amazon always returns 405 upon HEAD requests.
We should send a GET after all suspicious error codes (esp. 403 and 405) to get better results.