internetstandards / Internet.nl

Internet standards compliance test suite
https://internet.nl
164 stars 36 forks source link

Basic auth is broken on dev #1424

Open bwbroersma opened 1 month ago

bwbroersma commented 1 month ago

Would expect 2 × 200:

$ curl -sSu "$AUTH" 'https://dev-docker.internet.nl/{,static/css/style-min.css}' -o /dev/null -w '%{http_code}\n'
200
403

(my normal IP's are on the allow list, so I did not spotted this before)