Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. {
  2. "startedDateTime": "2019-08-20T08:40:29.452Z",
  3. "time": 103.32699999980832,
  4. "request": {
  5. "method": "POST",
  6. "url": "http://localhost:52874/auth/login?UserName=Developer&Password=Test123!",
  7. "httpVersion": "HTTP/1.1",
  8. "headers": [
  9. {
  10. "name": "Pragma",
  11. "value": "no-cache"
  12. },
  13. {
  14. "name": "Sec-Fetch-Site",
  15. "value": "same-origin"
  16. },
  17. {
  18. "name": "Origin",
  19. "value": "http://localhost:52874"
  20. },
  21. {
  22. "name": "Accept-Encoding",
  23. "value": "gzip, deflate, br"
  24. },
  25. {
  26. "name": "Host",
  27. "value": "localhost:52874"
  28. },
  29. {
  30. "name": "Accept-Language",
  31. "value": "de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7"
  32. },
  33. {
  34. "name": "User-Agent",
  35. "value": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36"
  36. },
  37. {
  38. "name": "Sec-Fetch-Mode",
  39. "value": "cors"
  40. },
  41. {
  42. "name": "Accept",
  43. "value": "application/json"
  44. },
  45. {
  46. "name": "Cache-Control",
  47. "value": "no-cache"
  48. },
  49. {
  50. "name": "X-Requested-With",
  51. "value": "XMLHttpRequest"
  52. },
  53. {
  54. "name": "Connection",
  55. "value": "keep-alive"
  56. },
  57. {
  58. "name": "Referer",
  59. "value": "http://localhost:52874/"
  60. },
  61. {
  62. "name": "Content-Length",
  63. "value": "0"
  64. }
  65. ],
  66. "queryString": [
  67. {
  68. "name": "UserName",
  69. "value": "Developer"
  70. },
  71. {
  72. "name": "Password",
  73. "value": "Test123!"
  74. }
  75. ],
  76. "cookies": [],
  77. "headersSize": 568,
  78. "bodySize": 0
  79. },
  80. "response": {
  81. "status": 200,
  82. "statusText": "OK",
  83. "httpVersion": "HTTP/1.1",
  84. "headers": [
  85. {
  86. "name": "Date",
  87. "value": "Tue, 20 Aug 2019 08:40:28 GMT"
  88. },
  89. {
  90. "name": "Server",
  91. "value": "Kestrel"
  92. },
  93. {
  94. "name": "Content-Length",
  95. "value": "137"
  96. },
  97. {
  98. "name": "Content-Type",
  99. "value": "application/json"
  100. }
  101. ],
  102. "cookies": [],
  103. "content": {
  104. "size": 137,
  105. "mimeType": "application/json",
  106. "compression": 0,
  107. "text": "{\"success\":false,\"message\":\"Der Post/Put zur API ist fehlgeschlagen\",\"details\":\"The remote server returned an error: (400) Bad Request.\"}"
  108. },
  109. "redirectURL": "",
  110. "headersSize": 126,
  111. "bodySize": 137,
  112. "_transferSize": 263
  113. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement