PromucFlow_constructor/deploy/docker/route-tests/common/index-html-response.hurl

48 lines
1.2 KiB
Plaintext
Raw Normal View History

GET http://localhost
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
[Asserts]
header "Server" not exists
body == "index.html body"
GET http://127.0.0.1
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
[Asserts]
header "Server" not exists
body == "index.html body"
GET http://local.com
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
[Asserts]
header "Server" not exists
body == "index.html body"
GET http://localhost/some/non/handled/path
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
[Asserts]
header "Server" not exists
body == "index.html body"
GET http://127.0.0.1/some/non/handled/path
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
[Asserts]
header "Server" not exists
body == "index.html body"
GET http://local.com/some/non/handled/path
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
[Asserts]
header "Server" not exists
body == "index.html body"