Advertisement
alexlehm

Untitled

Dec 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. λ curl -i jayjwalter.me/
  2. HTTP/1.1 302 Found
  3. Content-Type: text/html; charset=iso-8859-1
  4. Content-Length: 220
  5. Connection: keep-alive
  6. Keep-Alive: timeout=15
  7. Date: Wed, 12 Dec 2018 16:07:29 GMT
  8. Server: Apache
  9. Location: http://68.3.201.232:86/jayjwalter.me
  10.  
  11. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  12. <html><head>
  13. <title>302 Found</title>
  14. </head><body>
  15. <h1>Found</h1>
  16. <p>The document has moved <a href="http://68.3.201.232:86/jayjwalter.me">here</a>.</p>
  17. </body></html>
  18.  
  19. λ curl -i jayjwalter.me/xxx/
  20. HTTP/1.1 302 Found
  21. Content-Type: text/html; charset=iso-8859-1
  22. Content-Length: 220
  23. Connection: keep-alive
  24. Keep-Alive: timeout=15
  25. Date: Wed, 12 Dec 2018 16:07:26 GMT
  26. Server: Apache
  27. Location: http://68.3.201.232:86/jayjwalter.me
  28.  
  29. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  30. <html><head>
  31. <title>302 Found</title>
  32. </head><body>
  33. <h1>Found</h1>
  34. <p>The document has moved <a href="http://68.3.201.232:86/jayjwalter.me">here</a>.</p>
  35. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement