Guest User

Untitled

a guest
Feb 14th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.24 KB | None | 0 0
  1. dhcp143:roast [13:19:10]$curl -vvvv -A'RockMeltService'  'http://www.reddit.com/.rss?feed=something'
  2. * About to connect() to www.reddit.com port 80 (#0)
  3. *   Trying 23.62.228.25...
  4. * connected
  5. * Connected to www.reddit.com (23.62.228.25) port 80 (#0)
  6. > GET /.rss?feed=something HTTP/1.1
  7. > User-Agent: RockMeltService
  8. > Host: www.reddit.com
  9. > Accept: */*
  10. >
  11. < HTTP/1.1 500 Internal Server Error
  12. < Content-Type: text/html
  13. < Vary: Accept-Encoding
  14. < Cache-Control: no-cache
  15. < Date: Thu, 14 Feb 2013 21:19:26 GMT
  16. < Transfer-Encoding:  chunked
  17. < Connection: keep-alive
  18. < Connection: Transfer-Encoding
  19. <
  20. <html><body><h1>500 Server Error</h1>
  21. An internal server error occured.
  22. </body></html>
  23. * Connection #0 to host www.reddit.com left intact
  24. * Closing connection #0
  25.  
  26. dhcp143:roast [13:19:25]$curl -vvvv -A'MeltService'  'http://www.reddit.com/.rss?feed=something'
  27. * About to connect() to www.reddit.com port 80 (#0)
  28. *   Trying 23.62.228.40...
  29. * connected
  30. * Connected to www.reddit.com (23.62.228.40) port 80 (#0)
  31. > GET /.rss?feed=something HTTP/1.1
  32. > User-Agent: MeltService
  33. > Host: www.reddit.com
  34. > Accept: */*
  35. >
  36. < HTTP/1.1 200 OK
  37. < Content-Type: text/xml; charset=UTF-8
  38. < Set-Cookie: reddit_first=%7B%22firsttime%22%3A%20%22first%22%7D; Domain=reddit.com; Max-Age=785040027; Path=/; expires=Thu, 31-Dec-2037 23:59:59 GMT
  39. < Server: '; DROP TABLE servertypes; --
  40. < Date: Thu, 14 Feb 2013 21:19:31 GMT
  41. < Content-Length: 30457
  42. < Connection: keep-alive
  43. <
  44. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0" ......
  45.  
  46. dhcp143:roast [13:19:31]$curl -vvvv -A'RockMeltService'  'http://www.reddit.com/.rss?feed=something'
  47. * About to connect() to www.reddit.com port 80 (#0)
  48. *   Trying 23.62.228.25...
  49. * connected
  50. * Connected to www.reddit.com (23.62.228.25) port 80 (#0)
  51. > GET /.rss?feed=something HTTP/1.1
  52. > User-Agent: RockMeltService
  53. > Host: www.reddit.com
  54. > Accept: */*
  55. >
  56. < HTTP/1.1 200 OK
  57. < Content-Type: text/xml; charset=UTF-8
  58. < Set-Cookie: reddit_first=%7B%22firsttime%22%3A%20%22first%22%7D; Domain=reddit.com; Max-Age=785040027; Path=/; expires=Thu, 31-Dec-2037 23:59:59 GMT
  59. < Server: '; DROP TABLE servertypes; --
  60. < Date: Thu, 14 Feb 2013 21:25:04 GMT
  61. < Content-Length: 30457
  62. < Connection: keep-alive
  63. <
  64. <?xml version="1.0".....
Add Comment
Please, Sign In to add comment