Advertisement
Guest User

Untitled

a guest
Nov 7th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. --- !ruby/exception:RestClient::Forbidden
  2. response: !ruby/string:RestClient::Response
  3. str: |
  4. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  5. <html><head>
  6. <title>403 Forbidden</title>
  7. </head><body>
  8. <h1>Forbidden</h1>
  9. <p>You don't have permission to access /360_console/api/check/login
  10. on this server.</p>
  11. <hr>
  12. <address>Apache/2.2.15 (CentOS) Server at front1stg.rco-ex2.net Port 443</address>
  13. </body></html>
  14. net_http_res: !ruby/object:Net::HTTPForbidden
  15. http_version: '1.1'
  16. code: '403'
  17. message: Forbidden
  18. header:
  19. date:
  20. - Tue, 08 Nov 2016 02:02:18 GMT
  21. server:
  22. - Apache/2.2.15 (CentOS)
  23. content-length:
  24. - '317'
  25. connection:
  26. - close
  27. content-type:
  28. - text/html; charset=iso-8859-1
  29. body: |
  30. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  31. <html><head>
  32. <title>403 Forbidden</title>
  33. </head><body>
  34. <h1>Forbidden</h1>
  35. <p>You don't have permission to access /360_console/api/check/login
  36. on this server.</p>
  37. <hr>
  38. <address>Apache/2.2.15 (CentOS) Server at front1stg.rco-ex2.net Port 443</address>
  39. </body></html>
  40. read: true
  41. uri: !ruby/object:URI::HTTPS
  42. scheme: https
  43. user:
  44. password:
  45. host: front1stg.rco-ex2.net
  46. port: 443
  47. path: "/360_console/api/check/login"
  48. query:
  49. opaque:
  50. registry:
  51. fragment:
  52. parser:
  53. decode_content: false
  54. socket:
  55. body_exist: true
  56. request: !ruby/object:RestClient::Request
  57. method: post
  58. headers: {}
  59. url: https://front1stg.rco-ex2.net/360_console/api/check/login
  60. password:
  61. user:
  62. uri: !ruby/object:URI::HTTPS
  63. scheme: https
  64. user:
  65. password:
  66. host: front1stg.rco-ex2.net
  67. port: 443
  68. path: "/360_console/api/check/login"
  69. query:
  70. opaque:
  71. registry:
  72. fragment:
  73. parser:
  74. cookie_jar: !ruby/object:HTTP::CookieJar
  75. store: !ruby/object:HTTP::CookieJar::HashStore
  76. mon_owner:
  77. mon_count: 0
  78. mon_mutex: !ruby/object:Mutex {}
  79. logger:
  80. gc_threshold: 150
  81. jar: {}
  82. gc_index: 0
  83. payload: !ruby/object:RestClient::Payload::UrlEncoded
  84. stream: !ruby/object:StringIO {}
  85. block_response:
  86. raw_response: false
  87. ssl_opts:
  88. :verify_ssl: 1
  89. :cert_store: !ruby/object:OpenSSL::X509::Store
  90. verify_callback:
  91. error:
  92. error_string:
  93. chain:
  94. time:
  95. tf:
  96. max_redirects: 10
  97. processed_headers:
  98. Accept: "*/*"
  99. Accept-Encoding: gzip, deflate
  100. User-Agent: rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.5p273
  101. Content-Length: '221'
  102. Content-Type: application/x-www-form-urlencoded
  103. args:
  104. :method: :post
  105. :url: https://front1stg.rco-ex2.net/360_console/api/check/login
  106. :payload:
  107. publisher_id: '176'
  108. email: haruhisa+pub@workhouse.me
  109. ks: NGJiMjMwNzdkMjRmYjJjZTQ0YWU0OTI5Mzg0ZGQ3M2IwMjQ3MGFmM3wxNzY7MTc2OzE0Nzg2NTY1OTk7MjsxNDc4NTcwMTk5Ljk5NjE7aGFydWhpc2ErcHViQHdvcmtob3VzZS5tZTsqOzs=
  110. source: personalize
  111. :headers: {}
  112. before_execution_proc:
  113. history: []
  114. headers:
  115. :date: Tue, 08 Nov 2016 02:02:18 GMT
  116. :server: Apache/2.2.15 (CentOS)
  117. :content_length: '317'
  118. :connection: close
  119. :content_type: text/html; charset=iso-8859-1
  120. code: 403
  121. message:
  122. initial_response_code: 403
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement