Detta kommer från http://www.enges.org/phpkurs/samples/demo2.htm

HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Wed, 10 Sep 2025 00:35:48 GMT
Content-Type: text/html
Content-Length: 162
Connection: close
Location: https://www.enges.org/phpkurs/samples/demo2.htm

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

Detta kommer från http://www.puv.fi/

HTTP/1.1 302 Found
Date: Wed, 10 Sep 2025 00:35:49 GMT
Server: Apache
Location: https://www.vamk.fi/
Content-Length: 204
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://www.vamk.fi/">here</a>.</p>
</body></html>