Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. response: !ruby/string:RestClient::Response
  2. str: |
  3. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  4. <html><head>
  5. <title>403 Forbidden</title>
  6. </head><body>
  7. <h1>Forbidden</h1>
  8. <p>You don't have permission to access /360_console/api/check/login
  9. on this server.</p>
  10. <hr>
  11. <address>Apache/2.2.15 (CentOS) Server at front1stg.rco-ex2.net Port 443</address>
  12. </body></html>
  13. net_http_res: !ruby/object:Net::HTTPForbidden
  14. http_version: '1.1'
  15. code: '403'
  16. message: Forbidden
  17. header:
  18. date:
  19. - Wed, 19 Oct 2016 02:12:49 GMT
  20. server:
  21. - Apache/2.2.15 (CentOS)
  22. content-length:
  23. - '317'
  24. connection:
  25. - close
  26. content-type:
  27. - text/html; charset=iso-8859-1
  28. body: |
  29. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  30. <html><head>
  31. <title>403 Forbidden</title>
  32. </head><body>
  33. <h1>Forbidden</h1>
  34. <p>You don't have permission to access /360_console/api/check/login
  35. on this server.</p>
  36. <hr>
  37. <address>Apache/2.2.15 (CentOS) Server at front1stg.rco-ex2.net Port 443</address>
  38. </body></html>
  39. read: true
  40. uri: !ruby/object:URI::HTTPS
  41. scheme: https
  42. user:
  43. password:
  44. host: front1stg.rco-ex2.net
  45. port: 443
  46. path: "/360_console/api/check/login"
  47. query:
  48. opaque:
  49. registry:
  50. fragment:
  51. parser:
  52. decode_content: false
  53. socket:
  54. body_exist: true
  55. request: !ruby/object:RestClient::Request
  56. method: post
  57. headers:
  58. :content_type: application/json
  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-Type: application/x-www-form-urlencoded
  102. Content-Length: '206'
  103. args:
  104. :method: :post
  105. :url: https://front1stg.rco-ex2.net/360_console/api/check/login
  106. :payload:
  107. publisher_id: '168'
  108. email: tau.ntl@neo-lab.vn
  109. ks: NTM1ZTIwMGQ2Y2EzMTljNmFiY2UzNTI5ZDMwM2RhOTE0ZmI3YjVlMnwxNjg7MTY4OzE0NzY5MjY5MTg7MjsxNDc2ODQwNTE4Ljc1NDg7dGF1Lm50bEBuZW8tbGFiLnZuOyo7Ow==
  110. source: personalize
  111. :headers:
  112. :content_type: application/json
  113. before_execution_proc:
  114. history: []
  115. headers:
  116. :date: Wed, 19 Oct 2016 02:12:49 GMT
  117. :server: Apache/2.2.15 (CentOS)
  118. :content_length: '317'
  119. :connection: close
  120. :content_type: text/html; charset=iso-8859-1
  121. code: 403
  122. message:
  123. initial_response_code: 403
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement