morss/tests/samples/meta-redirect-url.txt

9 lines
217 B
Plaintext
Raw Normal View History

2022-02-01 22:16:43 +00:00
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
<!DOCTYPE html>
<html>
<head><meta http-equiv="refresh" content="2; url = http://localhost:8888/200-ok.txt" /></head>
<body>meta redirect</body>
</html>