30 lines
623 B
Plaintext
30 lines
623 B
Plaintext
|
|
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
|
||
|
|
certificate "Issuer" == "O = mkcert development CA, OU = root@ar, CN = mkcert root@ar"
|
||
|
|
|
||
|
|
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
|