HTTP Client

4 Total requests
0 HTTP errors

Clients

http_client 4

Requests

GET https://public.simplyform.fr/api/profil/all Profile
Response 200
[
  "info" => [
    "header_size" => 357
    "request_size" => 133
    "total_time" => 0.323024
    "namelookup_time" => 0.000484
    "connect_time" => 0.000803
    "pretransfer_time" => 0.012874
    "size_download" => 183.0
    "speed_download" => 566.0
    "starttransfer_time" => 0.322449
    "primary_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "primary_port" => 443
    "local_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "local_port" => 35540
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 12713
    "connect_time_us" => 803
    "namelookup_time_us" => 484
    "pretransfer_time_us" => 12874
    "starttransfer_time_us" => 322449
    "total_time_us" => 323024
    "effective_method" => "GET"
    "start_time" => 1783719172.329
    "original_url" => "https://public.simplyform.fr/api/profil/all"
    "pause_handler" => Closure(float $duration) {#1336
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1322 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1298 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      *   Trying 2001:1600:13:100:f816:3eff:fe55:2db1:443...\n
      * Connected to public.simplyform.fr (2001:1600:13:100:f816:3eff:fe55:2db1) 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 accepted to use h2\n
      * Server certificate:\n
      *  subject: CN=public.simplyform.fr\n
      *  start date: May 29 20:04:55 2026 GMT\n
      *  expire date: Aug 27 20:04:54 2026 GMT\n
      *  issuer: C=US; O=Let's Encrypt; CN=YR1\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 0x5599cff81fb0)\n
      > GET /api/profil/all HTTP/2\r\n
      Host: public.simplyform.fr\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 == 30)!\n
      < HTTP/2 200 \r\n
      < date: Fri, 10 Jul 2026 21:32:52 GMT\r\n
      < server: Apache\r\n
      < cache-control: no-cache, private\r\n
      < x-debug-token: 467b23\r\n
      < x-debug-token-link: https://public.simplyform.fr/_profiler/467b23\r\n
      < x-robots-tag: noindex\r\n
      < content-encoding: gzip\r\n
      < vary: Accept-Encoding,X-FORWARDED-PROTO\r\n
      < strict-transport-security: max-age=16000000\r\n
      < content-type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "date: Fri, 10 Jul 2026 21:32:52 GMT"
    "server: Apache"
    "cache-control: no-cache, private"
    "x-debug-token: 467b23"
    "x-debug-token-link: https://public.simplyform.fr/_profiler/467b23"
    "x-robots-tag: noindex"
    "content-encoding: gzip"
    "vary: Accept-Encoding,X-FORWARDED-PROTO"
    "strict-transport-security: max-age=16000000"
    "content-type: application/json"
  ]
  "response_content" => [
    "{"allProfil":[{"designation":"Salari\u00e9 \/ Entreprise","code":"SALENT"},{"designation":"Demandeur d\u0027emploi","code":"DEMEMPL"},{"designation":"Jeune moins de 29 ans","code":"JEUNE"},{"designation":"Particulier","code":"PARTICULER"},{"designation":"Jeune moins de 29 ans","code":"J29"},{"designation":"Salari\u00e9 \/ Entreprise","code":"SE"}]}"
  ]
]
467b23
GET https://public.simplyform.fr/api/parcours/details/nos-titres-au-rncp Profile
Response 200
[
  "info" => [
    "header_size" => 357
    "request_size" => 158
    "total_time" => 0.303059
    "namelookup_time" => 2.7E-5
    "connect_time" => 2.7E-5
    "pretransfer_time" => 0.000107
    "size_download" => 52.0
    "speed_download" => 171.0
    "starttransfer_time" => 0.302905
    "primary_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "primary_port" => 443
    "local_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "local_port" => 35540
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 27
    "connect_time_us" => 27
    "namelookup_time_us" => 27
    "pretransfer_time_us" => 107
    "starttransfer_time_us" => 302905
    "total_time_us" => 303059
    "effective_method" => "GET"
    "start_time" => 1783719172.6526
    "original_url" => "https://public.simplyform.fr/api/parcours/details/nos-titres-au-rncp"
    "pause_handler" => Closure(float $duration) {#1305
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1332 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1298 …}
        $execCounter: -9223372036854775799
      }
    }
    "debug" => """
      * Found bundle for host public.simplyform.fr: 0x5599cff892d0 [can multiplex]\n
      * Re-using existing connection! (#0) with host public.simplyform.fr\n
      * Connected to public.simplyform.fr (2001:1600:13:100:f816:3eff:fe55:2db1) port 443 (#0)\n
      * Using Stream ID: 3 (easy handle 0x5599d00d15d0)\n
      > GET /api/parcours/details/nos-titres-au-rncp HTTP/2\r\n
      Host: public.simplyform.fr\r\n
      accept: */*\r\n
      user-agent: Symfony HttpClient (Curl)\r\n
      accept-encoding: gzip\r\n
      \r\n
      < HTTP/2 200 \r\n
      < date: Fri, 10 Jul 2026 21:32:52 GMT\r\n
      < server: Apache\r\n
      < cache-control: no-cache, private\r\n
      < x-debug-token: d3797e\r\n
      < x-debug-token-link: https://public.simplyform.fr/_profiler/d3797e\r\n
      < x-robots-tag: noindex\r\n
      < content-encoding: gzip\r\n
      < vary: Accept-Encoding,X-FORWARDED-PROTO\r\n
      < strict-transport-security: max-age=16000000\r\n
      < content-type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "date: Fri, 10 Jul 2026 21:32:52 GMT"
    "server: Apache"
    "cache-control: no-cache, private"
    "x-debug-token: d3797e"
    "x-debug-token-link: https://public.simplyform.fr/_profiler/d3797e"
    "x-robots-tag: noindex"
    "content-encoding: gzip"
    "vary: Accept-Encoding,X-FORWARDED-PROTO"
    "strict-transport-security: max-age=16000000"
    "content-type: application/json"
  ]
  "response_content" => [
    ""parcours of id given not found""
  ]
]
d3797e
GET https://public.simplyform.fr/api/dispositif/all Profile
Response 200
[
  "info" => [
    "header_size" => 357
    "request_size" => 137
    "total_time" => 0.296298
    "namelookup_time" => 2.5E-5
    "connect_time" => 2.5E-5
    "pretransfer_time" => 0.000102
    "size_download" => 419.0
    "speed_download" => 1415.0
    "starttransfer_time" => 0.296144
    "primary_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "primary_port" => 443
    "local_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "local_port" => 35540
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 25
    "connect_time_us" => 25
    "namelookup_time_us" => 25
    "pretransfer_time_us" => 102
    "starttransfer_time_us" => 296144
    "total_time_us" => 296298
    "effective_method" => "GET"
    "start_time" => 1783719172.956
    "original_url" => "https://public.simplyform.fr/api/dispositif/all"
    "pause_handler" => Closure(float $duration) {#1337
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1338 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1298 …}
        $execCounter: -9223372036854775796
      }
    }
    "debug" => """
      * Found bundle for host public.simplyform.fr: 0x5599cff892d0 [can multiplex]\n
      * Re-using existing connection! (#0) with host public.simplyform.fr\n
      * Connected to public.simplyform.fr (2001:1600:13:100:f816:3eff:fe55:2db1) port 443 (#0)\n
      * Using Stream ID: 5 (easy handle 0x5599d007b700)\n
      > GET /api/dispositif/all HTTP/2\r\n
      Host: public.simplyform.fr\r\n
      accept: */*\r\n
      user-agent: Symfony HttpClient (Curl)\r\n
      accept-encoding: gzip\r\n
      \r\n
      < HTTP/2 200 \r\n
      < date: Fri, 10 Jul 2026 21:32:53 GMT\r\n
      < server: Apache\r\n
      < cache-control: no-cache, private\r\n
      < x-debug-token: fb1088\r\n
      < x-debug-token-link: https://public.simplyform.fr/_profiler/fb1088\r\n
      < x-robots-tag: noindex\r\n
      < content-encoding: gzip\r\n
      < vary: Accept-Encoding,X-FORWARDED-PROTO\r\n
      < strict-transport-security: max-age=16000000\r\n
      < content-type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "date: Fri, 10 Jul 2026 21:32:53 GMT"
    "server: Apache"
    "cache-control: no-cache, private"
    "x-debug-token: fb1088"
    "x-debug-token-link: https://public.simplyform.fr/_profiler/fb1088"
    "x-robots-tag: noindex"
    "content-encoding: gzip"
    "vary: Accept-Encoding,X-FORWARDED-PROTO"
    "strict-transport-security: max-age=16000000"
    "content-type: application/json"
  ]
  "response_content" => [
    "{"allDispositif":[{"designation":"Actions collectives","code":"ACTCOLLEC"},{"designation":"AIF Pole-Emploi","code":"AIFPOLEMPLOI"},{"designation":"Apprenti sans entreprise","code":"ASE"},{"designation":"Contrat d\u0027apprentissage","code":"CAPP"},{"designation":"Chequier VAE","code":"CHQVAE"},{"designation":"CIF","code":"CIF"},{"designation":"CPF","code":"CPF"},{"designation":"CSP","code":"CSP"},{"designation":"Contrat de professionnalisation","code":"CTPRO"},{"designation":"Financement personnel","code":"FINPERSO"},{"designation":"Formation conventionnee","code":"FORMCONV"},{"designation":"Invit\u00e9","code":"INV"},{"designation":"Periode de professionnalisation","code":"PERIODEPRO"},{"designation":"Plan de formation","code":"PLANFORM"},{"designation":"POEC","code":"POEC"},{"designation":"POEI","code":"POEI"},{"designation":"P\u00e9riode de Reconversion","code":"PREC"},{"designation":"PSE","code":"PSE"},{"designation":"PTP","code":"PTP"},{"designation":"Stage alterne","code":"STAGEALT"},{"designation":"Transitions collectives","code":"TRANSCO"},{"designation":"VAE financement entreprise","code":"VAEFINENT"},{"designation":"VAE financement OPCO","code":"VAEFINOPCA"},{"designation":"VAE financement OPCA","code":"VAEOPCA"}]}"
  ]
]
fb1088
GET https://public.simplyform.fr/api/site/all Profile
Response 200
[
  "info" => [
    "header_size" => 357
    "request_size" => 131
    "total_time" => 0.324742
    "namelookup_time" => 2.5E-5
    "connect_time" => 2.5E-5
    "pretransfer_time" => 0.000109
    "size_download" => 124.0
    "speed_download" => 382.0
    "starttransfer_time" => 0.324538
    "primary_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "primary_port" => 443
    "local_ip" => "2001:1600:13:100:f816:3eff:fe55:2db1"
    "local_port" => 35540
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 25
    "connect_time_us" => 25
    "namelookup_time_us" => 25
    "pretransfer_time_us" => 109
    "starttransfer_time_us" => 324538
    "total_time_us" => 324742
    "effective_method" => "GET"
    "start_time" => 1783719173.2527
    "original_url" => "https://public.simplyform.fr/api/site/all"
    "pause_handler" => Closure(float $duration) {#1306
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1323 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1298 …}
        $execCounter: -9223372036854775793
      }
    }
    "debug" => """
      * Found bundle for host public.simplyform.fr: 0x5599cff892d0 [can multiplex]\n
      * Re-using existing connection! (#0) with host public.simplyform.fr\n
      * Connected to public.simplyform.fr (2001:1600:13:100:f816:3eff:fe55:2db1) port 443 (#0)\n
      * Using Stream ID: 7 (easy handle 0x5599d00f7f90)\n
      > GET /api/site/all HTTP/2\r\n
      Host: public.simplyform.fr\r\n
      accept: */*\r\n
      user-agent: Symfony HttpClient (Curl)\r\n
      accept-encoding: gzip\r\n
      \r\n
      < HTTP/2 200 \r\n
      < date: Fri, 10 Jul 2026 21:32:53 GMT\r\n
      < server: Apache\r\n
      < cache-control: no-cache, private\r\n
      < x-debug-token: b5bf8e\r\n
      < x-debug-token-link: https://public.simplyform.fr/_profiler/b5bf8e\r\n
      < x-robots-tag: noindex\r\n
      < content-encoding: gzip\r\n
      < vary: Accept-Encoding,X-FORWARDED-PROTO\r\n
      < strict-transport-security: max-age=16000000\r\n
      < content-type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "date: Fri, 10 Jul 2026 21:32:53 GMT"
    "server: Apache"
    "cache-control: no-cache, private"
    "x-debug-token: b5bf8e"
    "x-debug-token-link: https://public.simplyform.fr/_profiler/b5bf8e"
    "x-robots-tag: noindex"
    "content-encoding: gzip"
    "vary: Accept-Encoding,X-FORWARDED-PROTO"
    "strict-transport-security: max-age=16000000"
    "content-type: application/json"
  ]
  "response_content" => [
    "{"allSite":[{"intitule":"Site Planchat","id":1},{"intitule":"Site R\u00e9publique","id":2},{"intitule":"Site Bagnolet","id":3},{"intitule":"Site Concorde","id":4},{"intitule":"Site Virtuel","id":5}]}"
  ]
]
b5bf8e