Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ curl http://www.post.ch/
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <html><head>
- <title>301 Moved Permanently</title>
- </head><body>
- <h1>Moved Permanently</h1>
- <p>The document has moved <a href="https://www.post.ch/">here</a>.</p>
- </body></html>
- ihsan@dognchzlmsv13:~$ curl -v http://www.post.ch/
- * Trying 2a00:17c8:0:103::20a...
- * Connected to www.post.ch (2a00:17c8:0:103::20a) port 80 (#0)
- > GET / HTTP/1.1
- > Host: www.post.ch
- > User-Agent: curl/7.48.0
- > Accept: */*
- >
- < HTTP/1.1 301 Moved Permanently
- < Date: Mon, 23 May 2016 10:38:20 GMT
- < Server: Apache
- < Location: https://www.post.ch/
- < Vary: Accept-Encoding
- < Content-Length: 228
- < Content-Type: text/html; charset=iso-8859-1
- <
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <html><head>
- <title>301 Moved Permanently</title>
- </head><body>
- <h1>Moved Permanently</h1>
- <p>The document has moved <a href="https://www.post.ch/">here</a>.</p>
- </body></html>
- * Connection #0 to host www.post.ch left intact
Add Comment
Please, Sign In to add comment