Advertisement
Guest User

mastodon test

a guest
Mar 14th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. bgme@bgme:~$ curl -v "http://127.0.0.1:3000" -H "HOST: bgme.me"
  2. * Rebuilt URL to: http://127.0.0.1:3000/
  3. * Trying 127.0.0.1...
  4. * TCP_NODELAY set
  5. * Connected to 127.0.0.1 (127.0.0.1) port 3000 (#0)
  6. > GET / HTTP/1.1
  7. > HOST: bgme.me
  8. > User-Agent: curl/7.52.1
  9. > Accept: */*
  10. >
  11. < HTTP/1.1 301 Moved Permanently
  12. < Server: Mastodon
  13. < X-Frame-Options: DENY
  14. < X-Content-Type-Options: nosniff
  15. < X-XSS-Protection: 1; mode=block
  16. < Location: https://bgme.me/
  17. < Content-Type: text/html; charset=utf-8 < Vary: Accept-Encoding
  18. < Cache-Control: no-cache
  19. < Content-Security-Policy: base-uri 'none'; default-src 'none'; frame-ancestors 'none'; font-src 'self' https://bgme.me; img-src 'self' https: data: blob: https://bgme.me; style-src 'self''unsafe-inline' https://bgme.me; media-src 'self' https: data: https://bgme.me; frame-src 'self' https:; manifest-src 'self' https://bgme.me; connect-src 'self' blob: https://bgme.me wss://bgme.me; script-src 'self' https://bgme.me
  20. < X-Request-Id: d95d955a-e194-4452-905c-87f6f8067bbf
  21. < X-Runtime: 0.035314
  22. < Transfer-Encoding: chunked
  23. <
  24. * Curl_http_done: called premature == 0
  25. * Connection #0 to host 127.0.0.1 left intact
  26. <html><body>You
  27. bgme@bgme:~$ curl -v "http://127.0.0.1:3000" -H "HOST: cmx.im"
  28. * Rebuilt URL to: http://127.0.0.1:3000/
  29. * Trying 127.0.0.1...
  30. * TCP_NODELAY set
  31. * Connected to 127.0.0.1 (127.0.0.1) port 3000 (#0)
  32. > GET / HTTP/1.1
  33. > HOST: cmx.im
  34. > User-Agent: curl/7.52.1
  35. > Accept: */*
  36. >
  37. < HTTP/1.1 301 Moved Permanently
  38. < Server: Mastodon
  39. < X-Frame-Options: DENY
  40. < X-Content-Type-Options: nosniff
  41. < X-XSS-Protection: 1; mode=block
  42. < Location: https://cmx.im/
  43. < Content-Type: text/html; charset=utf-8 < Vary: Accept-Encoding
  44. < Cache-Control: no-cache
  45. < Content-Security-Policy: base-uri 'none'; default-src 'none'; frame-ancestors 'none'; font-src 'self' https://bgme.me; img-src 'self' https: data: blob: https://bgme.me; style-src 'self''unsafe-inline' https://bgme.me; media-src 'self' https: data: https://bgme.me; frame-src 'self' https:; manifest-src 'self' https://bgme.me; connect-src 'self' blob: https://bgme.me wss://bgme.me; script-src 'self' https://bgme.me
  46. < X-Request-Id: 3eae421d-5537-4ad8-b45f-82a47a6a6dd1
  47. < X-Runtime: 0.023952
  48. < Transfer-Encoding: chunked
  49. <
  50. * Curl_http_done: called premature == 0
  51. * Connection #0 to host 127.0.0.1 left intact
  52. <html><body>You are being <a href="https://cmx.im/">redirected</a>.</body></html>bgme@bgme:~$
  53. bgme@bgme:~$ curl -v "http://127.0.0.1:3000" -H "HOST: mstdn.0x77.cf"
  54. * Rebuilt URL to: http://127.0.0.1:3000/
  55. * Trying 127.0.0.1...
  56. * TCP_NODELAY set
  57. * Connected to 127.0.0.1 (127.0.0.1) port 3000 (#0)
  58. > GET / HTTP/1.1
  59. > HOST: mstdn.0x77.cf
  60. > User-Agent: curl/7.52.1
  61. > Accept: */*
  62. >
  63. < HTTP/1.1 301 Moved Permanently
  64. < Server: Mastodon
  65. < X-Frame-Options: DENY
  66. < X-Content-Type-Options: nosniff
  67. < X-XSS-Protection: 1; mode=block
  68. < Location: https://mstdn.0x77.cf/
  69. < Content-Type: text/html; charset=utf-8 < Vary: Accept-Encoding
  70. < Cache-Control: no-cache
  71. < Content-Security-Policy: base-uri 'none'; default-src 'none'; frame-ancestors 'none'; font-src 'self' https://bgme.me; img-src 'self' https: data: blob: https://bgme.me; style-src 'self' 'unsafe-inline' https://bgme.me; media-src 'self' https: data: https://bgme.me; frame-src 'self' https:; manifest-src 'self' https://bgme.me; connect-src 'self' blob: https://bgme.me wss://bgme.me; script-src 'self' https://bgme.me
  72. < X-Request-Id: df2815f2-a4fa-486a-a1e4-7b20643af50a
  73. < X-Runtime: 0.008484
  74. < Transfer-Encoding: chunked
  75. <
  76. * Curl_http_done: called premature == 0
  77. * Connection #0 to host 127.0.0.1 left intact
  78. <html><body>You are being <a href="https://mstdn.0x77.cf/">redirected</a>.</body></html>
  79. bgme@bgme:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement