HTTP Client

2 Total requests
1 HTTP errors

Clients

http_client 2

Requests

POST https://test.salesforce.com/services/oauth2/token
[
  "body" => "grant_type=password&client_id=3MVG90J3nJBMnqrQ8mTBMlC89gzSnkP.Cb3GZOxxsUnuRlpdp7WqhhRT7Px6Vg.TFGIi7GPdu4tF3B.ZqtJdp&client_secret=9E2D690C9FC4F836ADCC725A6346C93CA114900A989DA8275AF98D9F47538ED1&username=integrationnature%40lmdv.com.partial&password=Lmdv2020%2A"
]
200
[
  "info" => [
    "header_size" => 791
    "request_size" => 471
    "total_time" => 0.303368
    "namelookup_time" => 0.03757
    "connect_time" => 0.052794
    "pretransfer_time" => 0.084593
    "size_upload" => 261.0
    "size_download" => 313.0
    "speed_download" => 1033.0
    "speed_upload" => 861.0
    "upload_content_length" => 261.0
    "starttransfer_time" => 0.301996
    "primary_ip" => "85.222.152.66"
    "primary_port" => 443
    "local_ip" => "141.94.68.65"
    "local_port" => 39526
    "http_version" => 2
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 84500
    "connect_time_us" => 52794
    "namelookup_time_us" => 37570
    "pretransfer_time_us" => 84593
    "starttransfer_time_us" => 301996
    "total_time_us" => 303368
    "start_time" => 1724074591.6428
    "pause_handler" => Closure(float $duration) {#462
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: curl resource @73
          url: "https://test.salesforce.com/services/oauth2/token"
          content_type: "application/json;charset=UTF-8"
          http_code: 200
          header_size: 791
          request_size: 471
          filetime: -1
          ssl_verify_result: 0
          redirect_count: 0
          total_time: 0.303368
          namelookup_time: 0.03757
          connect_time: 0.052794
          pretransfer_time: 0.084593
          size_upload: 261.0
          size_download: 313.0
          speed_download: 1033.0
          speed_upload: 861.0
          download_content_length: -1.0
          upload_content_length: 261.0
          starttransfer_time: 0.301996
          redirect_time: 0.0
          redirect_url: ""
          primary_ip: "85.222.152.66"
          certinfo: []
          primary_port: 443
          local_ip: "141.94.68.65"
          local_port: 39526
          http_version: 2
          protocol: 2
          ssl_verifyresult: 0
          scheme: "HTTPS"
          appconnect_time_us: 84500
          connect_time_us: 52794
          namelookup_time_us: 37570
          pretransfer_time_us: 84593
          redirect_time_us: 0
          starttransfer_time_us: 301996
          total_time_us: 303368
        }
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#394 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      *   Trying 85.222.152.66:443...\n
      * Connected to test.salesforce.com (85.222.152.66) port 443 (#0)\n
      * ALPN, offering h2\n
      * ALPN, offering http/1.1\n
      * successfully set certificate verify locations:\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384\n
      * ALPN, server did not agree to a protocol\n
      * Server certificate:\n
      *  subject: C=US; ST=California; L=San Francisco; O=Salesforce, Inc.; CN=test.salesforce.com\n
      *  start date: Mar  7 00:00:00 2024 GMT\n
      *  expire date: Feb  5 23:59:59 2025 GMT\n
      *  subjectAltName: host "test.salesforce.com" matched cert's "test.salesforce.com"\n
      *  issuer: C=US; O=DigiCert Inc; CN=DigiCert TLS RSA SHA256 2020 CA1\n
      *  SSL certificate verify ok.\n
      > POST /services/oauth2/token HTTP/1.1\r\n
      Host: test.salesforce.com\r\n
      Accept: */*\r\n
      User-Agent: Symfony HttpClient/Curl\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 261\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      \r\n
      * upload completely sent off: 261 out of 261 bytes\n
      * Mark bundle as not supporting multiuse\n
      < HTTP/1.1 200 OK\r\n
      < Date: Mon, 19 Aug 2024 13:36:31 GMT\r\n
      * Added cookie CookieConsentPolicy="0:0" for domain test.salesforce.com, path /, expire 1755610591\n
      < Set-Cookie: CookieConsentPolicy=0:0; path=/; expires=Tue, 19-Aug-2025 13:36:31 GMT; Max-Age=31536000; secure\r\n
      * Added cookie LSKey-c$CookieConsentPolicy="0:0" for domain test.salesforce.com, path /, expire 1755610591\n
      < Set-Cookie: LSKey-c$CookieConsentPolicy=0:0; path=/; expires=Tue, 19-Aug-2025 13:36:31 GMT; Max-Age=31536000; secure\r\n
      < Strict-Transport-Security: max-age=63072000; includeSubDomains\r\n
      < X-Content-Type-Options: nosniff\r\n
      < Cache-Control: no-cache,must-revalidate,max-age=0,no-store,private\r\n
      * Added cookie BrowserId="C5IaFl4wEe-PAUOveLyM7Q" for domain salesforce.com, path /, expire 1755610591\n
      < Set-Cookie: BrowserId=C5IaFl4wEe-PAUOveLyM7Q; domain=.salesforce.com; path=/; expires=Tue, 19-Aug-2025 13:36:31 GMT; Max-Age=31536000; secure; SameSite=None\r\n
      < Expires: Thu, 01 Jan 1970 00:00:00 GMT\r\n
      < X-ReadOnlyMode: false\r\n
      < Content-Type: application/json;charset=UTF-8\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Transfer-Encoding: chunked\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Mon, 19 Aug 2024 13:36:31 GMT"
    "Set-Cookie: CookieConsentPolicy=0:0; path=/; expires=Tue, 19-Aug-2025 13:36:31 GMT; Max-Age=31536000; secure"
    "Set-Cookie: LSKey-c$CookieConsentPolicy=0:0; path=/; expires=Tue, 19-Aug-2025 13:36:31 GMT; Max-Age=31536000; secure"
    "Strict-Transport-Security: max-age=63072000; includeSubDomains"
    "X-Content-Type-Options: nosniff"
    "Cache-Control: no-cache,must-revalidate,max-age=0,no-store,private"
    "Set-Cookie: BrowserId=C5IaFl4wEe-PAUOveLyM7Q; domain=.salesforce.com; path=/; expires=Tue, 19-Aug-2025 13:36:31 GMT; Max-Age=31536000; secure; SameSite=None"
    "Expires: Thu, 01 Jan 1970 00:00:00 GMT"
    "X-ReadOnlyMode: false"
    "Content-Type: application/json;charset=UTF-8"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Transfer-Encoding: chunked"
  ]
  "response_json" => [
    "access_token" => "00D3O0000008nHz!AQEAQPxlhKkcYOK.Y97J1Elr.JpQLIhDY9EPO752DJe5TVggBRa8tXYNlGuLSLOnrZV0xCQ2Z7IF9Xkpyhck.UvLa6g_wjDW"
    "instance_url" => "https://lmdv--partial.sandbox.my.salesforce.com"
    "id" => "https://test.salesforce.com/id/00D3O0000008nHzUAI/0053O000006bS8sQAE"
    "token_type" => "Bearer"
    "issued_at" => "1724074591935"
    "signature" => "OvAYGipul7XtrMeqflMBn71kuPzbeZswMdCBFUc7oDg="
  ]
]
GET https://lmdv--partial.sandbox.my.salesforce.com/services/data/v48.0/query/?q=SELECT+urlPDF__c+FROM+Product2+WHERE+ProductCode=''+AND+Date_de_Depart__c+=++AND+Date_De_Retour__c+=
[
  "timeout" => 60
  "headers" => [
    "Authorization" => "Bearer 00D3O0000008nHz!AQEAQPxlhKkcYOK.Y97J1Elr.JpQLIhDY9EPO752DJe5TVggBRa8tXYNlGuLSLOnrZV0xCQ2Z7IF9Xkpyhck.UvLa6g_wjDW"
  ]
]
400
[
  "info" => [
    "header_size" => 782
    "request_size" => 401
    "total_time" => 0.129129
    "namelookup_time" => 0.034586
    "connect_time" => 0.044686
    "pretransfer_time" => 0.067689
    "size_download" => 204.0
    "speed_download" => 1581.0
    "starttransfer_time" => 0.127211
    "primary_ip" => "13.36.84.103"
    "primary_port" => 443
    "local_ip" => "141.94.68.65"
    "local_port" => 52420
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 67392
    "connect_time_us" => 44686
    "namelookup_time_us" => 34586
    "pretransfer_time_us" => 67689
    "starttransfer_time_us" => 127211
    "total_time_us" => 129129
    "start_time" => 1724074591.9473
    "pause_handler" => Closure(float $duration) {#459
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: curl resource @88
          url: "https://lmdv--partial.sandbox.my.salesforce.com/services/data/v48.0/query/?q=SELECT+urlPDF__c+FROM+Product2+WHERE+ProductCode=''+AND+Date_de_Depart__c+=++AND+Date_De_Retour__c+="
          content_type: "application/json;charset=UTF-8"
          http_code: 400
          header_size: 782
          request_size: 401
          filetime: -1
          ssl_verify_result: 0
          redirect_count: 0
          total_time: 0.129129
          namelookup_time: 0.034586
          connect_time: 0.044686
          pretransfer_time: 0.067689
          size_upload: 0.0
          size_download: 204.0
          speed_download: 1581.0
          speed_upload: 0.0
          download_content_length: -1.0
          upload_content_length: -1.0
          starttransfer_time: 0.127211
          redirect_time: 0.0
          redirect_url: ""
          primary_ip: "13.36.84.103"
          certinfo: []
          primary_port: 443
          local_ip: "141.94.68.65"
          local_port: 52420
          http_version: 3
          protocol: 2
          ssl_verifyresult: 0
          scheme: "HTTPS"
          appconnect_time_us: 67392
          connect_time_us: 44686
          namelookup_time_us: 34586
          pretransfer_time_us: 67689
          redirect_time_us: 0
          starttransfer_time_us: 127211
          total_time_us: 129129
        }
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#394 …}
        $execCounter: -9223372036854775778
      }
    }
    "debug" => """
      *   Trying 13.36.84.103:443...\n
      * Connected to lmdv--partial.sandbox.my.salesforce.com (13.36.84.103) port 443 (#1)\n
      * ALPN, offering h2\n
      * ALPN, offering http/1.1\n
      * successfully set certificate verify locations:\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384\n
      * ALPN, server accepted to use h2\n
      * Server certificate:\n
      *  subject: C=US; ST=California; L=San Francisco; O=Salesforce, Inc.; CN=sfdc-urlt2q.edge.sandbox.my.salesforce.com\n
      *  start date: May  2 00:00:00 2024 GMT\n
      *  expire date: Apr 30 23:59:59 2025 GMT\n
      *  subjectAltName: host "lmdv--partial.sandbox.my.salesforce.com" matched cert's "*.sandbox.my.salesforce.com"\n
      *  issuer: C=US; O=DigiCert Inc; CN=DigiCert TLS RSA SHA256 2020 CA1\n
      *  SSL certificate verify ok.\n
      * Using HTTP2, server supports multi-use\n
      * Connection state changed (HTTP/2 confirmed)\n
      * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0\n
      * Using Stream ID: 1 (easy handle 0x5630e62a4b40)\n
      > GET /services/data/v48.0/query/?q=SELECT+urlPDF__c+FROM+Product2+WHERE+ProductCode=''+AND+Date_de_Depart__c+=++AND+Date_De_Retour__c+= HTTP/2\r\n
      Host: lmdv--partial.sandbox.my.salesforce.com\r\n
      authorization: Bearer 00D3O0000008nHz!AQEAQPxlhKkcYOK.Y97J1Elr.JpQLIhDY9EPO752DJe5TVggBRa8tXYNlGuLSLOnrZV0xCQ2Z7IF9Xkpyhck.UvLa6g_wjDW\r\n
      accept: */*\r\n
      user-agent: Symfony HttpClient/Curl\r\n
      accept-encoding: gzip\r\n
      \r\n
      * old SSL session ID is stale, removing\n
      * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!\n
      < HTTP/2 400 \r\n
      < date: Mon, 19 Aug 2024 13:36:32 GMT\r\n
      < content-type: application/json;charset=UTF-8\r\n
      < sforce-limit-info: api-usage=107/5000000\r\n
      < x-content-type-options: nosniff\r\n
      < strict-transport-security: max-age=63072000; includeSubDomains\r\n
      * Added cookie CookieConsentPolicy="0:1" for domain lmdv--partial.sandbox.my.salesforce.com, path /, expire 1755610592\n
      < set-cookie: CookieConsentPolicy=0:1; path=/; expires=Tue, 19-Aug-2025 13:36:32 GMT; Max-Age=31536000; secure\r\n
      * Added cookie LSKey-c$CookieConsentPolicy="0:1" for domain lmdv--partial.sandbox.my.salesforce.com, path /, expire 1755610592\n
      < set-cookie: LSKey-c$CookieConsentPolicy=0:1; path=/; expires=Tue, 19-Aug-2025 13:36:32 GMT; Max-Age=31536000; secure\r\n
      * Added cookie BrowserId="C8AHQ14wEe-YyFelCVmcSA" for domain salesforce.com, path /, expire 1755610592\n
      < set-cookie: BrowserId=C8AHQ14wEe-YyFelCVmcSA; domain=.salesforce.com; path=/; expires=Tue, 19-Aug-2025 13:36:32 GMT; Max-Age=31536000; secure; SameSite=None\r\n
      < x-robots-tag: none\r\n
      < cache-control: no-cache,must-revalidate,max-age=0,no-store,private\r\n
      < server: sfdcedge\r\n
      < x-sfdc-request-id: ee69ccea4e756990fab68f65b192e721\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 400 "
    "date: Mon, 19 Aug 2024 13:36:32 GMT"
    "content-type: application/json;charset=UTF-8"
    "sforce-limit-info: api-usage=107/5000000"
    "x-content-type-options: nosniff"
    "strict-transport-security: max-age=63072000; includeSubDomains"
    "set-cookie: CookieConsentPolicy=0:1; path=/; expires=Tue, 19-Aug-2025 13:36:32 GMT; Max-Age=31536000; secure"
    "set-cookie: LSKey-c$CookieConsentPolicy=0:1; path=/; expires=Tue, 19-Aug-2025 13:36:32 GMT; Max-Age=31536000; secure"
    "set-cookie: BrowserId=C8AHQ14wEe-YyFelCVmcSA; domain=.salesforce.com; path=/; expires=Tue, 19-Aug-2025 13:36:32 GMT; Max-Age=31536000; secure; SameSite=None"
    "x-robots-tag: none"
    "cache-control: no-cache,must-revalidate,max-age=0,no-store,private"
    "server: sfdcedge"
    "x-sfdc-request-id: ee69ccea4e756990fab68f65b192e721"
  ]
  "response_json" => [
    [
      "message" => """
        \n
        ProductCode='' AND Date_de_Depart__c =  AND Date_De_Retour__c =\n
                                               ^\n
        ERROR at Row:1:Column:77\n
        unexpected token: 'AND'
        """
      "errorCode" => "MALFORMED_QUERY"
    ]
  ]
]