0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddyhttp/basicauth
Sebastian Hutter a36c7c7e87 Disable basic authentication for OPTIONS method (#2415)
Execute an OPTIONS call and make sure we receive a valid response
independently of the provided username or password as the
authentication step is ignored

* Do not authenticate OPTIONS calls
* Add test for OPTIONS call
2019-01-28 10:26:22 +00:00
..
basicauth.go Disable basic authentication for OPTIONS method (#2415) 2019-01-28 10:26:22 +00:00
basicauth_test.go Disable basic authentication for OPTIONS method (#2415) 2019-01-28 10:26:22 +00:00
setup.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
setup_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00