Froispat

Untitled

May 23rd, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $ curl http://www.post.ch/
  2. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  3. <html><head>
  4. <title>301 Moved Permanently</title>
  5. </head><body>
  6. <h1>Moved Permanently</h1>
  7. <p>The document has moved <a href="https://www.post.ch/">here</a>.</p>
  8. </body></html>
  9. ihsan@dognchzlmsv13:~$ curl -v http://www.post.ch/
  10. * Trying 2a00:17c8:0:103::20a...
  11. * Connected to www.post.ch (2a00:17c8:0:103::20a) port 80 (#0)
  12. > GET / HTTP/1.1
  13. > Host: www.post.ch
  14. > User-Agent: curl/7.48.0
  15. > Accept: */*
  16. >
  17. < HTTP/1.1 301 Moved Permanently
  18. < Date: Mon, 23 May 2016 10:38:20 GMT
  19. < Server: Apache
  20. < Location: https://www.post.ch/
  21. < Vary: Accept-Encoding
  22. < Content-Length: 228
  23. < Content-Type: text/html; charset=iso-8859-1
  24. <
  25. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  26. <html><head>
  27. <title>301 Moved Permanently</title>
  28. </head><body>
  29. <h1>Moved Permanently</h1>
  30. <p>The document has moved <a href="https://www.post.ch/">here</a>.</p>
  31. </body></html>
  32. * Connection #0 to host www.post.ch left intact
Add Comment
Please, Sign In to add comment