1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
QA output created by 780
=== Basic
Access-Control-Allow-Headers: Accept, Accept-Language, Content-Language, Content-Type, X-Grafana-Device-ID
Access-Control-Allow-Origin: *
Access-Control-Max-Age: 86400
Content-Type: application/json
Date: DATE
HTTP/1.1 200 OK
Transfer-encoding: chunked
=== Preflight
Access-Control-Allow-Methods: GET, HEAD, POST, TRACE, OPTIONS
Access-Control-Max-Age: 86400
Content-Length: 0
Date: DATE
HTTP/1.1 200 OK
=== OK Request Method
Access-Control-Allow-Methods: GET, HEAD, TRACE, OPTIONS
Access-Control-Allow-Origin: http://example.com
Access-Control-Max-Age: 86400
Content-Length: 0
Date: DATE
HTTP/1.1 200 OK
=== Bad Request Method
Content-Length: 0
Date: DATE
HTTP/1.1 405 Method Not Allowed
|