mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
GET http://{{ host }}:{{ port }}/502.html
|
|
|
|
HTTP/* 200
|
|
|
|
[Asserts]
|
|
header "Content-Type" contains "text/html"
|
|
header "X-Robots-Tag" == "noindex"
|
|
body contains "502"
|
|
body contains "Bad Gateway"
|
|
body contains "The server received an invalid response from the upstream server"
|