bramus / mixed-content-scan

Scan your HTTPS-enabled website for Mixed Content
MIT License
522 stars 51 forks source link

Don't force a trailing slash on file extensions #57

Closed berkod closed 7 years ago

berkod commented 7 years ago

If you force the trailing slash on https://www.example.com/example/index.html, the curled page 404s, and you scan the 404 page instead of the desired page.

This could also allow for scanning css and js files down the line.

bramus commented 7 years ago

Hi Dan,

Thanks for this addition.

Regards, B!