Advertisement
MarcosBL

Untitled

Aug 1st, 2024
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.97 KB | None | 0 0
  1. Illuminate\Http\Client\Response^ {#2367
  2.  #response: GuzzleHttp\Psr7\Response^ {#2411
  3.    -reasonPhrase: "Internal Server Error"
  4.     -statusCode: 500
  5.     -headers: array:13 [
  6.       "Date" => array:1 [
  7.         0 => "Thu, 01 Aug 2024 22:48:13 GMT"
  8.       ]
  9.       "Server" => array:1 [
  10.         0 => "SGSICS - MIR"
  11.       ]
  12.       "Strict-Transport-Security" => array:1 [
  13.         0 => "max-age=63072000; includeSubdomains;"
  14.       ]
  15.       "X-Frame-Options" => array:1 [
  16.         0 => "SAMEORIGIN"
  17.       ]
  18.       "Vary" => array:1 [
  19.         0 => "Origin,Access-Control-Request-Method,Access-Control-Request-Headers"
  20.       ]
  21.       "X-Content-Type-Options" => array:1 [
  22.         0 => "nosniff"
  23.       ]
  24.       "Cache-Control" => array:1 [
  25.         0 => "no-cache, no-store, must-revalidate, max-age=31536000"
  26.       ]
  27.       "Pragma" => array:1 [
  28.         0 => "no-cache"
  29.       ]
  30.       "Expires" => array:1 [
  31.         0 => "0"
  32.       ]
  33.       "Set-Cookie" => array:1 [
  34.         0 => "JSESSIONID="Xcw3XAN4v8xk1jDbhtUhI9D48k_FM4wzD6vuUjv3.woolf:APP_HOSPEDAJES_SEDE"; Version=1; Path=/hospedajes-web;Secure"
  35.       ]
  36.       "Connection" => array:1 [
  37.         0 => "close"
  38.       ]
  39.       "Transfer-Encoding" => array:1 [
  40.         0 => "chunked"
  41.       ]
  42.       "Content-Type" => array:1 [
  43.         0 => "application/json"
  44.       ]
  45.     ]
  46.     -headerNames: array:13 [
  47.       "date" => "Date"
  48.       "server" => "Server"
  49.       "strict-transport-security" => "Strict-Transport-Security"
  50.       "x-frame-options" => "X-Frame-Options"
  51.       "vary" => "Vary"
  52.       "x-content-type-options" => "X-Content-Type-Options"
  53.       "cache-control" => "Cache-Control"
  54.       "pragma" => "Pragma"
  55.       "expires" => "Expires"
  56.       "set-cookie" => "Set-Cookie"
  57.       "connection" => "Connection"
  58.       "transfer-encoding" => "Transfer-Encoding"
  59.       "content-type" => "Content-Type"
  60.     ]
  61.     -protocol: "1.1"
  62.     -stream: GuzzleHttp\Psr7\Stream^ {#2283
  63.      -stream: stream resource {@1418
  64.         wrapper_type: "PHP"
  65.         stream_type: "TEMP"
  66.         mode: "w+b"
  67.         unread_bytes: 0
  68.         seekable: true
  69.         uri: "php://temp"
  70.         options: []
  71.       }
  72.       -size: 137
  73.       -seekable: true
  74.       -readable: true
  75.       -writable: true
  76.       -uri: "php://temp"
  77.       -customMetadata: []
  78.     }
  79.   }
  80.   #decoded: null
  81.  +cookies: GuzzleHttp\Cookie\CookieJar^ {#3170
  82.    -cookies: array:1 [
  83.       0 => GuzzleHttp\Cookie\SetCookie^ {#3454
  84.        -data: array:10 [
  85.           "Name" => "JSESSIONID"
  86.           "Value" => ""Xcw3XAN4v8xk1jDbhtUhI9D48k_FM4wzD6vuUjv3.woolf:APP_HOSPEDAJES_SEDE""
  87.           "Domain" => "hospedajes.ses.mir.es"
  88.           "Path" => "/hospedajes-web"
  89.           "Max-Age" => null
  90.           "Expires" => null
  91.           "Secure" => true
  92.           "Discard" => false
  93.           "HttpOnly" => false
  94.           "Version" => "1"
  95.         ]
  96.       }
  97.     ]
  98.     -strictMode: false
  99.   }
  100.   +transferStats: GuzzleHttp\TransferStats^ {#3149
  101.    -request: GuzzleHttp\Psr7\Request^ {#3350
  102.      -method: "POST"
  103.       -requestTarget: null
  104.       -uri: GuzzleHttp\Psr7\Uri^ {#2691
  105.        -scheme: "https"
  106.         -userInfo: ""
  107.         -host: "hospedajes.ses.mir.es"
  108.         -port: null
  109.         -path: "/hospedajes-web/ws/v1/comunicacion"
  110.         -query: ""
  111.         -fragment: ""
  112.         -composedComponents: "https://hospedajes.ses.mir.es/hospedajes-web/ws/v1/comunicacion"
  113.       }
  114.       -headers: array:5 [
  115.         "Content-Length" => array:1 [
  116.           0 => "888"
  117.         ]
  118.         "User-Agent" => array:1 [
  119.           0 => "GuzzleHttp/7"
  120.         ]
  121.         "Content-Type" => array:1 [
  122.           0 => "application/json"
  123.         ]
  124.         "Host" => array:1 [
  125.           0 => "hospedajes.ses.mir.es"
  126.         ]
  127.         "Authorization" => array:1 [
  128.           0 => "Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  129.         ]
  130.       ]
  131.       -headerNames: array:5 [
  132.         "content-length" => "Content-Length"
  133.         "user-agent" => "User-Agent"
  134.         "content-type" => "Content-Type"
  135.         "host" => "Host"
  136.         "authorization" => "Authorization"
  137.       ]
  138.       -protocol: "1.1"
  139.       -stream: GuzzleHttp\Psr7\Stream^ {#2893
  140.        -stream: stream resource {@1408
  141.           wrapper_type: "PHP"
  142.           stream_type: "TEMP"
  143.           mode: "w+b"
  144.           unread_bytes: 0
  145.           seekable: true
  146.           uri: "php://temp"
  147.           options: []
  148.         }
  149.         -size: 888
  150.         -seekable: true
  151.         -readable: true
  152.         -writable: true
  153.         -uri: "php://temp"
  154.         -customMetadata: []
  155.       }
  156.     }
  157.     -response: GuzzleHttp\Psr7\Response^ {#2411}
  158.    -transferTime: 0.688567
  159.     -handlerStats: array:39 [
  160.       "url" => "https://hospedajes.ses.mir.es/hospedajes-web/ws/v1/comunicacion"
  161.       "content_type" => "application/json"
  162.       "http_code" => 500
  163.       "header_size" => 611
  164.       "request_size" => 1103
  165.       "filetime" => -1
  166.       "ssl_verify_result" => 20
  167.       "redirect_count" => 0
  168.       "total_time" => 0.688567
  169.       "namelookup_time" => 0.085169
  170.       "connect_time" => 0.105662
  171.       "pretransfer_time" => 0.147744
  172.       "size_upload" => 888.0
  173.       "size_download" => 137.0
  174.       "speed_download" => 198.0
  175.       "speed_upload" => 1289.0
  176.       "download_content_length" => -1.0
  177.       "upload_content_length" => 888.0
  178.       "starttransfer_time" => 0.687274
  179.       "redirect_time" => 0.0
  180.       "redirect_url" => ""
  181.       "primary_ip" => "212.128.102.181"
  182.       "certinfo" => []
  183.       "primary_port" => 443
  184.       "local_ip" => "192.168.1.62"
  185.       "local_port" => 46974
  186.       "http_version" => 2
  187.       "protocol" => 2
  188.       "ssl_verifyresult" => 0
  189.       "scheme" => "HTTPS"
  190.       "appconnect_time_us" => 147715
  191.       "connect_time_us" => 105662
  192.       "namelookup_time_us" => 85169
  193.       "pretransfer_time_us" => 147744
  194.       "redirect_time_us" => 0
  195.       "starttransfer_time_us" => 687274
  196.       "total_time_us" => 688567
  197.       "effective_method" => "POST"
  198.       "appconnect_time" => 0.147715
  199.     ]
  200.     -handlerErrorData: 0
  201.   }
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement