Advertisement
verygoodplugins

Untitled

Nov 29th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. ON https://dev.local/. Connection output:
  2.  
  3. [29-Nov-2018 22:09:45 UTC] doing access code request
  4. [29-Nov-2018 22:09:45 UTC] Array
  5. (
  6. [timeout] => 30
  7. [headers] => Array
  8. (
  9. [Content-Type] => application/json
  10. )
  11.  
  12. [body] => {"code":"qQQuo-0gPPYPB+5Ny8hI5LYkLHDp19Xgabl3Jx6z4Qp8TJX8UoDHRkN4+h-u1\/p3","client_id":"1kvmhkgc99ayjsndsorfqlgfrdmns2wytkbafyh8wk9wwstiouygnktzkdkds88j","client_secret":"\\\CLIENT SECRET\\\","grant_type":"authorization_code"}
  13. )
  14.  
  15. [29-Nov-2018 22:09:46 UTC] got response
  16. [29-Nov-2018 22:09:46 UTC] Array
  17. (
  18. [headers] => Requests_Utility_CaseInsensitiveDictionary Object
  19. (
  20. [data:protected] => Array
  21. (
  22. [date] => Thu, 29 Nov 2018 22:09:46 GMT
  23. [server] => Apache/2.2.22 (Debian)
  24. [x-frame-options] => SAMEORIGIN
  25. [access-control-allow-origin] => *
  26. [vary] => Host
  27. [content-length] => 218
  28. [content-type] => application/json
  29. )
  30.  
  31. )
  32.  
  33. [body] => {"access_token":"mbZcKC2CPENN4iTCndCQnHdDmFf5qeoTgZa1iuQv8+TBavsDK0Ar6naIsF55\/RIE","expires_in":7200,"refresh_token":"T3tBNMG23JjRwdo69sgdIXrvECh3NdkFONe0MzEXK7VB5fDDp\/KnwKlooBpzE-G7","expires":"2018-12-29 16:09:46"}
  34. [response] => Array
  35. (
  36. [code] => 200
  37. [message] => OK
  38. )
  39.  
  40. [cookies] => Array
  41. (
  42. )
  43.  
  44. [filename] =>
  45. [http_response] => WP_HTTP_Requests_Response Object
  46. (
  47. [response:protected] => Requests_Response Object
  48. (
  49. [body] => {"access_token":"mbZcKC2CPENN4iTCndCQnHdDmFf5qeoTgZa1iuQv8+TBavsDK0Ar6naIsF55\/RIE","expires_in":7200,"refresh_token":"T3tBNMG23JjRwdo69sgdIXrvECh3NdkFONe0MzEXK7VB5fDDp\/KnwKlooBpzE-G7","expires":"2018-12-29 16:09:46"}
  50. [raw] => HTTP/1.1 200 OK
  51. Date: Thu, 29 Nov 2018 22:09:46 GMT
  52. Server: Apache/2.2.22 (Debian)
  53. X-Frame-Options: SAMEORIGIN
  54. Access-Control-Allow-Origin: *
  55. Vary: Host
  56. Content-Length: 218
  57. Connection: close
  58. Content-Type: application/json
  59.  
  60. {"access_token":"mbZcKC2CPENN4iTCndCQnHdDmFf5qeoTgZa1iuQv8+TBavsDK0Ar6naIsF55\/RIE","expires_in":7200,"refresh_token":"T3tBNMG23JjRwdo69sgdIXrvECh3NdkFONe0MzEXK7VB5fDDp\/KnwKlooBpzE-G7","expires":"2018-12-29 16:09:46"}
  61. [headers] => Requests_Response_Headers Object
  62. (
  63. [data:protected] => Array
  64. (
  65. [date] => Array
  66. (
  67. [0] => Thu, 29 Nov 2018 22:09:46 GMT
  68. )
  69.  
  70. [server] => Array
  71. (
  72. [0] => Apache/2.2.22 (Debian)
  73. )
  74.  
  75. [x-frame-options] => Array
  76. (
  77. [0] => SAMEORIGIN
  78. )
  79.  
  80. [access-control-allow-origin] => Array
  81. (
  82. [0] => *
  83. )
  84.  
  85. [vary] => Array
  86. (
  87. [0] => Host
  88. )
  89.  
  90. [content-length] => Array
  91. (
  92. [0] => 218
  93. )
  94.  
  95. [content-type] => Array
  96. (
  97. [0] => application/json
  98. )
  99.  
  100. )
  101.  
  102. )
  103.  
  104. [status_code] => 200
  105. [protocol_version] => 1.1
  106. [success] => 1
  107. [redirects] => 0
  108. [url] => https://oauth.netviewshop.com/
  109. [history] => Array
  110. (
  111. )
  112.  
  113. [cookies] => Requests_Cookie_Jar Object
  114. (
  115. [cookies:protected] => Array
  116. (
  117. )
  118.  
  119. )
  120.  
  121. )
  122.  
  123. [filename:protected] =>
  124. [data] =>
  125. [headers] =>
  126. [status] =>
  127. )
  128.  
  129. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement