liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
621 stars 66 forks source link

Document how to fetch websites with basic auth #107

Closed julkue closed 7 years ago

julkue commented 7 years ago

Our development servers are protected with basic auth. I'd like to test them but the tool only answers failed to fetch (status code: 401).

sparshi commented 7 years ago

You need to provide auth username and password from command line

e.g. $ a11ym https://www.test.com --http-auth-user --http-auth-password

Hywan commented 7 years ago

I haven't seen your question, sorry.

@sparshi is right :+1:

julkue commented 7 years ago

There's no question, it's more a solicitation

Document how to fetch websites with basic auth

julkue commented 7 years ago

I mean something like a dedicated basic auth section. However, as you've at least documented --http-auth-user <http_auth_user> Username to authenticate all HTTP requests. it's fine for me currently.