Redirect 302 redirect from GET @hwi_oauth_service_redirect (893569)

HTTP Client

2 Total requests
0 HTTP errors

Clients

http_client 0

No requests were made with the "http_client" service.

hwi_oauth.http_client 2

Requests

POST https://accounts.google.com/o/oauth2/token
Request options
[
  "headers" => [
    "Authorization" => "Basic MzU3MTg3OTA4ODEyLTB1ZmhmZ2ltZXY3aGlmbnQ2aGcxamY4ZGlzb2EzYzA0LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tOmI0V0RHY1dlVXo2SEotR2t6Y2VRQUtlWg=="
    "Content-Type" => "application/x-www-form-urlencoded"
    "User-Agent" => "HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle)"
    "Content-Length" => "304"
  ]
  "body" => "code=4%2F0AVMBsJhxtRCfLix-UNANLZ4Kxi70lSMsWHrwXWKcvLzl-PYn0ttm_0ihfMCFl5R20OjpCQ&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fwww.pasaiamusikal.eus%2Flogin%2Fcheck-google&client_id=357187908812-0ufhfgimev7hifnt6hg1jf8disoa3c04.apps.googleusercontent.com&client_secret=b4WDGcWeUz6HJ-GkzceQAKeZ"
]
Response 200
[
  "info" => [
    "header_size" => 486
    "request_size" => 691
    "total_time" => 0.312375
    "namelookup_time" => 0.048839
    "connect_time" => 0.085785
    "pretransfer_time" => 0.156921
    "size_upload" => 304.0
    "size_download" => 977.0
    "speed_download" => 3127.0
    "speed_upload" => 973.0
    "download_content_length" => 977.0
    "upload_content_length" => 304.0
    "starttransfer_time" => 0.311585
    "primary_ip" => "64.233.167.84"
    "primary_port" => 443
    "local_ip" => "192.168.0.20"
    "local_port" => 51776
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 156447
    "connect_time_us" => 85785
    "namelookup_time_us" => 48839
    "pretransfer_time_us" => 156921
    "starttransfer_time_us" => 311585
    "total_time_us" => 312375
    "effective_method" => "POST"
    "start_time" => 1757423599.542
    "original_url" => "https://accounts.google.com/o/oauth2/token"
    "pause_handler" => Closure(float $duration) {#619
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#614 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#610 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * WARNING: failed to open cookie file ""\n
      * Host accounts.google.com:443 was resolved.\n
      * IPv6: 2a00:1450:400c:c0a::54\n
      * IPv4: 64.233.167.84\n
      *   Trying 64.233.167.84:443...\n
      * Connected to accounts.google.com (64.233.167.84) port 443\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / id-ecPublicKey\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *  subject: CN=accounts.google.com\n
      *  start date: Aug 18 08:42:02 2025 GMT\n
      *  expire date: Nov 10 08:42:01 2025 GMT\n
      *  subjectAltName: host "accounts.google.com" matched cert's "accounts.google.com"\n
      *  issuer: C=US; O=Google Trust Services; CN=WR2\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption\n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://accounts.google.com/o/oauth2/token\n
      * [HTTP/2] [1] [:method: POST]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: accounts.google.com]\n
      * [HTTP/2] [1] [:path: /o/oauth2/token]\n
      * [HTTP/2] [1] [authorization: Basic MzU3MTg3OTA4ODEyLTB1ZmhmZ2ltZXY3aGlmbnQ2aGcxamY4ZGlzb2EzYzA0LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tOmI0V0RHY1dlVXo2SEotR2t6Y2VRQUtlWg==]\n
      * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded]\n
      * [HTTP/2] [1] [user-agent: HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle)]\n
      * [HTTP/2] [1] [accept: */*]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      * [HTTP/2] [1] [content-length: 304]\n
      > POST /o/oauth2/token HTTP/2\r\n
      Host: accounts.google.com\r\n
      Authorization: Basic MzU3MTg3OTA4ODEyLTB1ZmhmZ2ltZXY3aGlmbnQ2aGcxamY4ZGlzb2EzYzA0LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tOmI0V0RHY1dlVXo2SEotR2t6Y2VRQUtlWg==\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle)\r\n
      Accept: */*\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 304\r\n
      \r\n
      * old SSL session ID is stale, removing\n
      < HTTP/2 200 \r\n
      < expires: Mon, 01 Jan 1990 00:00:00 GMT\r\n
      < pragma: no-cache\r\n
      < cache-control: no-cache, no-store, max-age=0, must-revalidate\r\n
      < date: Tue, 09 Sep 2025 13:13:19 GMT\r\n
      < content-type: application/json; charset=utf-8\r\n
      < vary: Origin\r\n
      < vary: X-Origin\r\n
      < vary: Referer\r\n
      < content-encoding: gzip\r\n
      < server: scaffolding on HTTPServer2\r\n
      < content-length: 977\r\n
      < x-xss-protection: 0\r\n
      < x-frame-options: SAMEORIGIN\r\n
      < x-content-type-options: nosniff\r\n
      < alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "expires: Mon, 01 Jan 1990 00:00:00 GMT"
    "pragma: no-cache"
    "cache-control: no-cache, no-store, max-age=0, must-revalidate"
    "date: Tue, 09 Sep 2025 13:13:19 GMT"
    "content-type: application/json; charset=utf-8"
    "vary: Origin"
    "vary: X-Origin"
    "vary: Referer"
    "content-encoding: gzip"
    "server: scaffolding on HTTPServer2"
    "content-length: 977"
    "x-xss-protection: 0"
    "x-frame-options: SAMEORIGIN"
    "x-content-type-options: nosniff"
    "alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000"
  ]
  "response_json" => [
    "access_token" => "ya29.a0AS3H6Nw9IcyUYiE2hD_5B-ZnMsi8O9mmPj2SdA5obmZ_oNojekV60Vv6J0ItIxJGHUO7ht2--ki08xfhZEQa1Z2qfM8I2B9ftged_pckjLIryJUEBQhMOShOe4UAlV_Ox0rtNrUUK-Tsfmj8tFFbyZ64uAKcBwHRupUUWdvfBObf-E65HU8M1AjzQZ5jxi_mHZfD15FxFQaCgYKAaQSARMSFQHGX2MihFrGgqhxG1z-Wdzng4GSag0209"
    "expires_in" => 3599
    "scope" => "openid https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email"
    "token_type" => "Bearer"
    "id_token" => "eyJhbGciOiJSUzI1NiIsImtpZCI6IjljNjI1MTU4Nzk1MDg0NGE2NTZiZTM1NjNkOGM1YmQ2Zjg5NGM0MDciLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiMzU3MTg3OTA4ODEyLTB1ZmhmZ2ltZXY3aGlmbnQ2aGcxamY4ZGlzb2EzYzA0LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiMzU3MTg3OTA4ODEyLTB1ZmhmZ2ltZXY3aGlmbnQ2aGcxamY4ZGlzb2EzYzA0LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE2NTM0MjA1NTMyNjczOTQ2NzMyIiwiaGQiOiJwYXNhaWFtdXNpa2FsLmV1cyIsImVtYWlsIjoiZ2FyYmluZWVpemFnaXJyZUBwYXNhaWFtdXNpa2FsLmV1cyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoibUdQbmVsSklEbEJkREJVU20yTnF2USIsImlhdCI6MTc1NzQyMzU5OSwiZXhwIjoxNzU3NDI3MTk5fQ.FotSazPL6xC0VZsQC5E8jECgoapgFdJ9LpQm7YrIRbeBXZGcici_I43NEvQAR6HBp3dGbXU5Ub-AfHQJLSPF5hlBsLJ34zercNO426YIuQshl2WYYxOILGkVIJjVc_-pXlBUCFLTgzay9XIonDIlHn6pI2AaGU_iMJVsagi6qCl2U2fnTBVmG-gJMX9VZLT_2PING58_YnRgbvCEolynhd1f4Kcj0DwWxYkD67kaspvMk-opON6PAnA8QIZhM_CgKkSmnEn1vqaoMfKE3LpdnOPCMXcisrVxEpGAACK1APAgmLUa2b1ZgLVhH2ZgyyL5_wzEI-aBG7yBmqlPbAK2Lg"
  ]
]
GET https://www.googleapis.com/oauth2/v1/userinfo
Request options
[
  "headers" => [
    "Authorization" => "Bearer ya29.a0AS3H6Nw9IcyUYiE2hD_5B-ZnMsi8O9mmPj2SdA5obmZ_oNojekV60Vv6J0ItIxJGHUO7ht2--ki08xfhZEQa1Z2qfM8I2B9ftged_pckjLIryJUEBQhMOShOe4UAlV_Ox0rtNrUUK-Tsfmj8tFFbyZ64uAKcBwHRupUUWdvfBObf-E65HU8M1AjzQZ5jxi_mHZfD15FxFQaCgYKAaQSARMSFQHGX2MihFrGgqhxG1z-Wdzng4GSag0209"
    "Content-Type" => "application/x-www-form-urlencoded"
    "User-Agent" => "HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle)"
  ]
  "body" => null
]
Response 200
[
  "info" => [
    "header_size" => 463
    "request_size" => 493
    "total_time" => 0.198659
    "namelookup_time" => 0.048496
    "connect_time" => 0.065334
    "pretransfer_time" => 0.137059
    "size_download" => 263.0
    "speed_download" => 1323.0
    "download_content_length" => 263.0
    "starttransfer_time" => 0.198444
    "primary_ip" => "142.250.200.106"
    "primary_port" => 443
    "local_ip" => "192.168.0.20"
    "local_port" => 42944
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 136688
    "connect_time_us" => 65334
    "namelookup_time_us" => 48496
    "pretransfer_time_us" => 137059
    "starttransfer_time_us" => 198444
    "total_time_us" => 198659
    "effective_method" => "GET"
    "start_time" => 1757423599.856
    "original_url" => "https://www.googleapis.com/oauth2/v1/userinfo"
    "pause_handler" => Closure(float $duration) {#629
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#622 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#610 …}
        $execCounter: -9223372036854775793
      }
    }
    "debug" => """
      * WARNING: failed to open cookie file ""\n
      * Host www.googleapis.com:443 was resolved.\n
      * IPv6: 2a00:1450:4003:808::200a, 2a00:1450:4003:80e::200a, 2a00:1450:4003:80f::200a, 2a00:1450:4003:803::200a\n
      * IPv4: 142.250.200.106, 142.250.201.74, 142.250.178.170, 142.250.185.10, 172.217.168.170, 142.250.200.74, 216.58.215.170, 172.217.17.10, 142.250.200.138, 142.250.184.10, 142.250.184.170\n
      *   Trying 142.250.200.106:443...\n
      * Connected to www.googleapis.com (142.250.200.106) port 443\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / id-ecPublicKey\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *  subject: CN=upload.video.google.com\n
      *  start date: Aug 18 08:41:11 2025 GMT\n
      *  expire date: Nov 10 08:41:10 2025 GMT\n
      *  subjectAltName: host "www.googleapis.com" matched cert's "*.googleapis.com"\n
      *  issuer: C=US; O=Google Trust Services; CN=WR2\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption\n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://www.googleapis.com/oauth2/v1/userinfo\n
      * [HTTP/2] [1] [:method: GET]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: www.googleapis.com]\n
      * [HTTP/2] [1] [:path: /oauth2/v1/userinfo]\n
      * [HTTP/2] [1] [authorization: Bearer ya29.a0AS3H6Nw9IcyUYiE2hD_5B-ZnMsi8O9mmPj2SdA5obmZ_oNojekV60Vv6J0ItIxJGHUO7ht2--ki08xfhZEQa1Z2qfM8I2B9ftged_pckjLIryJUEBQhMOShOe4UAlV_Ox0rtNrUUK-Tsfmj8tFFbyZ64uAKcBwHRupUUWdvfBObf-E65HU8M1AjzQZ5jxi_mHZfD15FxFQaCgYKAaQSARMSFQHGX2MihFrGgqhxG1z-Wdzng4GSag0209]\n
      * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded]\n
      * [HTTP/2] [1] [user-agent: HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle)]\n
      * [HTTP/2] [1] [accept: */*]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      > GET /oauth2/v1/userinfo HTTP/2\r\n
      Host: www.googleapis.com\r\n
      Authorization: Bearer ya29.a0AS3H6Nw9IcyUYiE2hD_5B-ZnMsi8O9mmPj2SdA5obmZ_oNojekV60Vv6J0ItIxJGHUO7ht2--ki08xfhZEQa1Z2qfM8I2B9ftged_pckjLIryJUEBQhMOShOe4UAlV_Ox0rtNrUUK-Tsfmj8tFFbyZ64uAKcBwHRupUUWdvfBObf-E65HU8M1AjzQZ5jxi_mHZfD15FxFQaCgYKAaQSARMSFQHGX2MihFrGgqhxG1z-Wdzng4GSag0209\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle)\r\n
      Accept: */*\r\n
      Accept-Encoding: gzip\r\n
      \r\n
      * old SSL session ID is stale, removing\n
      < HTTP/2 200 \r\n
      < expires: Mon, 01 Jan 1990 00:00:00 GMT\r\n
      < cache-control: no-cache, no-store, max-age=0, must-revalidate\r\n
      < date: Tue, 09 Sep 2025 13:13:20 GMT\r\n
      < pragma: no-cache\r\n
      < content-type: application/json; charset=UTF-8\r\n
      < vary: Origin\r\n
      < vary: X-Origin\r\n
      < vary: Referer\r\n
      < content-encoding: gzip\r\n
      < server: ESF\r\n
      < content-length: 263\r\n
      < x-xss-protection: 0\r\n
      < x-frame-options: SAMEORIGIN\r\n
      < x-content-type-options: nosniff\r\n
      < alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "expires: Mon, 01 Jan 1990 00:00:00 GMT"
    "cache-control: no-cache, no-store, max-age=0, must-revalidate"
    "date: Tue, 09 Sep 2025 13:13:20 GMT"
    "pragma: no-cache"
    "content-type: application/json; charset=UTF-8"
    "vary: Origin"
    "vary: X-Origin"
    "vary: Referer"
    "content-encoding: gzip"
    "server: ESF"
    "content-length: 263"
    "x-xss-protection: 0"
    "x-frame-options: SAMEORIGIN"
    "x-content-type-options: nosniff"
    "alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000"
  ]
  "response_json" => [
    "id" => "116534205532673946732"
    "email" => "garbineeizagirre@pasaiamusikal.eus"
    "verified_email" => true
    "name" => "Garbiñe Eizagirre Intxauspe"
    "given_name" => "Garbiñe"
    "family_name" => "Eizagirre Intxauspe"
    "picture" => "https://lh3.googleusercontent.com/a/ACg8ocKgR3BgJn6qv3dpK0gV-KjBatabEH90uci9-sqRylGZKO5O5Q=s96-c"
    "hd" => "pasaiamusikal.eus"
  ]
]