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

42 lines
863 B
Plaintext
Raw Normal View History

GET http://localhost
HTTP 200
Content-Type: text/html; charset=utf-8
[Asserts]
header "Server" not exists
body == "index.html body"
GET http://127.0.0.1
HTTP 200
Content-Type: text/html; charset=utf-8
[Asserts]
header "Server" not exists
body == "index.html body"
GET http://local.com
HTTP 200
Content-Type: text/html; charset=utf-8
[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
[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
[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
[Asserts]
header "Server" not exists
body == "index.html body"