2023-12-18 04:14:31 +00:00
|
|
|
GET http://custom-domain.com
|
|
|
|
|
HTTP 302
|
|
|
|
|
Location: https://custom-domain.com/
|
|
|
|
|
Connection: close
|
|
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
|
|
|
|
|
GET http://custom-domain.com/random/path
|
|
|
|
|
HTTP 302
|
|
|
|
|
Location: https://custom-domain.com/random/path
|
|
|
|
|
Connection: close
|
|
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
|
|
|
|
|
GET https://custom-domain.com
|
|
|
|
|
HTTP 200
|
|
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
2023-12-19 11:31:28 +00:00
|
|
|
certificate "Issuer" contains "{{ca_issuer}}"
|
2023-12-18 04:14:31 +00:00
|
|
|
|
|
|
|
|
GET https://custom-domain.com/random/path
|
|
|
|
|
HTTP 200
|
|
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
|
|
|
|
|
GET https://custom-domain.com/static/x
|
|
|
|
|
HTTP 404
|
|
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|