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

Crawler: Fix URL formats #59

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

We have too much URL formats in the crawler. Sometimes port is defined, sometimes not, sometimes we receive an object, sometimes a string… This patch tries to clean this up. Also, it fixes an issue with the crawler that assumes 80 is always the default port while it is 443 for HTTPS.