Advertisement
iko1133

Untitled

May 21st, 2023
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 1.11 KB | Source Code | 0 0
  1. {
  2.     "config": {
  3.         "adapter": [Function xhrAdapter],
  4.         "baseURL": "https://sss.self.ge/api/",
  5.         "data": "DomainName=td.self.ge",
  6.         "headers": {
  7.             "Accept": "application/json",
  8.             "Content-Type": "application/x-www-form-urlencoded"
  9.         },
  10.         "maxBodyLength": -1,
  11.         "maxContentLength": -1,
  12.         "method": "post",
  13.         "timeout": 0,
  14.         "transformRequest": [
  15.             [Function transformRequest]
  16.         ],
  17.         "transformResponse": [
  18.             [Function transformResponse]
  19.         ],
  20.         "transitional": {
  21.             "clarifyTimeoutError": false,
  22.             "forcedJSONParsing": true,
  23.             "silentJSONParsing": true
  24.         },
  25.         "url": "InitDomain",
  26.         "validateStatus": [Function validateStatus],
  27.         "xsrfCookieName": "XSRF-TOKEN",
  28.         "xsrfHeaderName": "X-XSRF-TOKEN"
  29.     },
  30.     "data": {},
  31.     "duration": 60,
  32.     "headers": {
  33.         "access-control-allow-origin": "*",
  34.         "connection": "close",
  35.         "content-length": "2",
  36.         "content-type": "application/json",
  37.         "date": "Sun, 21 May 2023 11:55:02 GMT",
  38.         "server": "Apache",
  39.         "x-frame-options": "sameorigin"
  40.     },
  41.     "ok": false,
  42.     "originalError": [Error: Request failed with status code 400],
  43.     "problem": "CLIENT_ERROR",
  44.     "status": 400
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement