Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. {
  2. "line": 148985,
  3. "column": 24,
  4. "sourceURL": "http://localhost:8081/index.ios.bundle?platform=ios&dev=true&minify=false",
  5. "config": {
  6. "adapter": "~~~ xhrAdapter() ~~~",
  7. "transformRequest": {
  8. "0": "~~~ transformRequest() ~~~"
  9. },
  10. "transformResponse": {
  11. "0": "~~~ transformResponse() ~~~"
  12. },
  13. "timeout": "~~~ zero ~~~",
  14. "xsrfCookieName": "XSRF-TOKEN",
  15. "xsrfHeaderName": "X-XSRF-TOKEN",
  16. "maxContentLength": -1,
  17. "validateStatus": "~~~ validateStatus() ~~~",
  18. "headers": {
  19. "Accept": "application/json, text/plain, */*",
  20. "Content-Type": "application/json;charset=utf-8",
  21. "Authorization": "Basic (removed)=="
  22. },
  23. "baseURL": "https://api.tradier.com",
  24. "method": "post",
  25. "withCredentials": true,
  26. "auth": {
  27. "username": "(removed)",
  28. "password": "(removed)"
  29. },
  30. "url": "https://api.tradier.com/v1/oauth/accesstoken",
  31. "data": "{}"
  32. },
  33. "response": {
  34. "data": "Invalid authorization code",
  35. "status": 400,
  36. "statusText": "~~~ undefined ~~~",
  37. "headers": {
  38. "date": "Mon, 24 Jul 2017 22:33:33 GMT",
  39. "content-length": "26",
  40. "connection": "keep-alive",
  41. "content-type": "text/html; charset=utf-8",
  42. "server": "Apigee Router"
  43. },
  44. "config": {
  45. "adapter": "~~~ xhrAdapter() ~~~",
  46. "transformRequest": {
  47. "0": "~~~ transformRequest() ~~~"
  48. },
  49. "transformResponse": {
  50. "0": "~~~ transformResponse() ~~~"
  51. },
  52. "timeout": "~~~ zero ~~~",
  53. "xsrfCookieName": "XSRF-TOKEN",
  54. "xsrfHeaderName": "X-XSRF-TOKEN",
  55. "maxContentLength": -1,
  56. "validateStatus": "~~~ validateStatus() ~~~",
  57. "headers": {
  58. "Accept": "application/json, text/plain, */*",
  59. "Content-Type": "application/json;charset=utf-8",
  60. "Authorization": "Basic (removed)=="
  61. },
  62. "baseURL": "https://api.tradier.com",
  63. "method": "post",
  64. "withCredentials": true,
  65. "auth": {
  66. "username": "(removed)",
  67. "password": "(removed)"
  68. },
  69. "url": "https://api.tradier.com/v1/oauth/accesstoken",
  70. "data": "{}"
  71. },
  72. "request": {
  73. "UNSENT": "~~~ zero ~~~",
  74. "OPENED": 1,
  75. "HEADERS_RECEIVED": 2,
  76. "LOADING": 3,
  77. "DONE": 4,
  78. "readyState": 4,
  79. "status": 400,
  80. "timeout": "~~~ zero ~~~",
  81. "upload": {},
  82. "_aborted": "~~~ false ~~~",
  83. "_hasError": "~~~ false ~~~",
  84. "_method": "POST",
  85. "_response": "Invalid authorization code",
  86. "_url": "https://api.tradier.com/v1/oauth/accesstoken",
  87. "_timedOut": "~~~ false ~~~",
  88. "_trackingName": "unknown",
  89. "_incrementalEvents": "~~~ false ~~~",
  90. "responseHeaders": {
  91. "Date": "Mon, 24 Jul 2017 22:33:33 GMT",
  92. "Content-Length": "26",
  93. "Connection": "keep-alive",
  94. "Content-Type": "text/html; charset=utf-8",
  95. "Server": "Apigee Router"
  96. },
  97. "_requestId": "~~~ null ~~~",
  98. "_cachedResponse": "~~~ undefined ~~~",
  99. "_headers": {
  100. "accept": "application/json, text/plain, */*",
  101. "content-type": "application/json;charset=utf-8",
  102. "authorization": "Basic (removed)=="
  103. },
  104. "_responseType": "~~~ empty string ~~~",
  105. "_sent": true,
  106. "_lowerCaseResponseHeaders": {
  107. "date": "Mon, 24 Jul 2017 22:33:33 GMT",
  108. "content-length": "26",
  109. "connection": "keep-alive",
  110. "content-type": "text/html; charset=utf-8",
  111. "server": "Apigee Router"
  112. },
  113. "_subscriptions": [],
  114. "withCredentials": true,
  115. "responseURL": "https://api.tradier.com/v1/oauth/accesstoken"
  116. }
  117. }
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement