Advertisement
iko1133

response

Feb 11th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.10 KB | Source Code | 0 0
  1. {
  2.     "config": {
  3.         "adapter": ["xhr", "http", "fetch"],
  4.         "baseURL": "https://api.benefits.ge/api/v1.0/",
  5.         "data": undefined,
  6.         "env": {
  7.             "Blob": [Function Blob],
  8.             "FormData": [Function FormData]
  9.         },
  10.         "headers": [Object],
  11.         "maxBodyLength": -1,
  12.         "maxContentLength": -1,
  13.         "method": "get",
  14.         "params": {
  15.             "policyId": 537629
  16.         },
  17.         "timeout": 0,
  18.         "transformRequest": [
  19.             [Function transformRequest]
  20.         ],
  21.         "transformResponse": [
  22.             [Function transformResponse]
  23.         ],
  24.         "transitional": {
  25.             "clarifyTimeoutError": false,
  26.             "forcedJSONParsing": true,
  27.             "silentJSONParsing": true
  28.         },
  29.         "url": "Providers/GetProvidersInfo",
  30.         "validateStatus": [Function validateStatus],
  31.         "xsrfCookieName": "XSRF-TOKEN",
  32.         "xsrfHeaderName": "X-XSRF-TOKEN"
  33.     },
  34.     "data": [],
  35.     "duration": 214,
  36.     "headers": {
  37.         "api-supported-versions": "1.0",
  38.         "content-type": "application/json; charset=utf-8",
  39.         "date": "Tue, 11 Feb 2025 08:11:17 GMT",
  40.         "strict-transport-security": "max-age=2592000",
  41.         "transfer-encoding": "Identity"
  42.     },
  43.     "ok": true,
  44.     "originalError": null,
  45.     "problem": null,
  46.     "status": 200
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement