cwcw
Diff
code posted
created at 24 Jul 12:17, updated at 24 Jul 12:20
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
$ curl --request OPTIONS \ --url http://localhost:8080/routes \ --header 'authorization: Basic dXNlcjpwYXNzd29yZA==' \ -D - HTTP/1.1 200 OK Server: Apache-Coyote/1.1 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Set-Cookie: JSESSIONID=B27B155DFC6A6E1D7D186324AA623877; Path=/; HttpOnly Allow: GET,HEAD,OPTIONS Content-Length: 0 |
538 Bytes in 2 ms with coderay