alternative_utf8_spelling_in_header.txt 338 B

123456789101112131415161718
  1. HTTP/1.1 200 OK
  2. server: nginx
  3. date: Thu, 13 Jun 2024 14:33:13 GMT
  4. content-type: text/html; charset=utf8
  5. content-length: 192
  6. accept-ranges: bytes
  7. <!doctype html>
  8. <html lang="en">
  9. <head>
  10. <meta charset="utf-8">
  11. <title>Webserver Configs R Us</title>
  12. </head>
  13. <body>
  14. <h2>Welcome</h2>
  15. <p>Sneaky non-UTF character: á</p>
  16. </body>
  17. </html>