HTTP Client
1
Total requests
0
HTTP errors
Clients
http_client 1
Requests
| POST | https://api.mailjet.com/v3.1/send | |
|---|---|---|
| Request options | [ "headers" => [ "Accept" => "application/json" ] "auth_basic" => "157fa5d978d98a4cedcfdcb9eeffe996:64bc2d9ab2be596ad11bc29aef761ae4" "json" => [ "Messages" => [ [ "From" => [ "Email" => "no-reply@fsmp.fr" "Name" => "FSMP" ] "To" => [ [ "Email" => "pidrask@gmail.com" "Name" => "" ] ] "Subject" => "Veuillez confirmer votre adresse e-mail" "Attachments" => [] "InlinedAttachments" => [] "TextPart" => """ \n \n \n \n \n \n \n \n \n \n \n \n \t \n \n Fondation Sciences Mathématiques de Paris - FSMP \n \n \t \n \n \n \n \n \n \n \n \n \n \n \n \t\t\t\t\t\t\t\n \t\t\t\t\t\t\t\t\n \n Confirmer votre adresse email\n \n \n \n \n Cliquez sur le lien ci-dessous pour confirmer votre adresse email :\n Je confirme mon email\n Ce lien expirera dans 1 heure.\n \n \n \n \t\n \t\t\t\t\t\t\t\t\n \t\t\t\t\t\t\t\n \n \n \n \n \n \n \t\t\t\n \n \n \n \n \n \n Fondation Sciences Mathématiques de Paris - FSMP\n \n \n \n \n \n \n \n \n \n """ "HTMLPart" => """ <!DOCTYPE html>\n <html>\n <head>\n <meta charset="utf-8"> <!-- utf-8 works for most cases -->\n <meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->\n <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->\n \n \t<title>Fondation Sciences Mathématiques de Paris - FSMP</title> <!-- The title tag shows in email notifications, like Android 4.4. -->\n \n \t<!-- Web Font / @font-face : BEGIN -->\n \t<!-- NOTE: If web fonts are not required, lines 9 - 26 can be safely removed. -->\n \t\n \t<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->\n \t<!--[if mso]>\n \t\t<style>\n \t\t\t* {\n \t\t\t\tfont-family: sans-serif !important;\n \t\t\t}\n \t\t</style>\n \t<![endif]-->\n \t\n \n \t<!--[if !mso]><!-->\n \t\t<!-- insert web font reference -->\n <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>\n \t<!--<![endif]-->\n \n \t<!-- Web Font / @font-face : END -->\n \t\n \t<!-- CSS Reset -->\n <style type="text/css">\n \n \t\t/* What it does: Remove spaces around the email design added by some email clients. */\n \t\t/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */\n html,\n body {\n \t margin: 0 auto !important;\n padding: 0 !important;\n height: 100% !important;\n width: 100% !important;\n }\n \n /* What it does: Stops email clients resizing small text. */\n * {\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n }\n \n /* What it does: Centers email on Android 4.4 */\n div[style*="margin: 16px 0"] {\n margin:0 !important;\n }\n \n /* What it does: Stops Outlook from adding extra spacing to tables. */\n table,\n td {\n mso-table-lspace: 0pt !important;\n mso-table-rspace: 0pt !important;\n }\n \n /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */\n table {\n border-spacing: 0 !important;\n border-collapse: collapse !important;\n table-layout: fixed !important;\n Margin: 0 auto !important;\n }\n table table table {\n table-layout: auto; \n }\n \n /* What it does: Uses a better rendering method when resizing images in IE. */\n img {\n -ms-interpolation-mode:bicubic;\n }\n \n /* What it does: A work-around for iOS meddling in triggered links. */\n .mobile-link--footer a,\n a[x-apple-data-detectors] {\n color:inherit !important;\n text-decoration: underline !important;\n }\n \n </style>\n \n <!-- Progressive Enhancements -->\n <style>\n \n /* What it does: Hover styles for buttons */\n .button-td,\n .button-a {\n transition: all 100ms ease-in;\n }\n .button-td:hover,\n .button-a:hover {\n background: #5294ce !important;\n border-color: #5294ce !important;\n }\n \n /* Media Queries */\n @media screen and (max-width: 480px) {\n \n /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */\n .fluid,\n .fluid-centered {\n width: 100% !important;\n max-width: 100% !important;\n height: auto !important;\n Margin-left: auto !important;\n Margin-right: auto !important;\n }\n /* And center justify these ones. */\n .fluid-centered {\n Margin-left: auto !important;\n Margin-right: auto !important;\n }\n \n /* What it does: Forces table cells into full-width rows. */\n .stack-column,\n .stack-column-center {\n display: block !important;\n width: 100% !important;\n max-width: 100% !important;\n direction: ltr !important;\n }\n /* And center justify these ones. */\n .stack-column-center {\n text-align: center !important;\n }\n \n /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */\n .center-on-narrow {\n text-align: center !important;\n display: block !important;\n Margin-left: auto !important;\n Margin-right: auto !important;\n float: none !important;\n }\n table.center-on-narrow {\n display: inline-block !important;\n }\n \n }\n \n </style>\n \n </head>\n <body width="100%" bgcolor="#FFFFFF" style="margin: 0;">\n <center style="width: 100%; background: #FFFFFF;">\n \n <!-- \n Set the email width. Defined in two places:\n 1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.\n 2. MSO tags for Desktop Windows Outlook enforce a 680px width.\n -->\n <div style="max-width: 680px; margin: auto;">\n <!--[if (gte mso 9)|(IE)]>\n <table cellspacing="0" cellpadding="0" border="0" width="680" align="center">\n <tr>\n <td>\n <![endif]-->\n \n <!-- Email Header : BEGIN -->\n <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">\n \t <tr>\n <td style="padding: 20px 0; text-align: center">\n <h2 style="font-family: Roboto, sans-serif; font-size:16px; margin-top: 1em; margin-bottom: 1em;">Fondation Sciences Mathématiques de Paris - FSMP </h2>\n </td>\n \t </tr>\n </table>\n <!-- Email Header : END -->\n \n <!-- Email Body : BEGIN -->\n <table cellspacing="0" cellpadding="0" border="0" align="center" bgcolor="#ffffff" width="100%" style="max-width: 680px; border: 1px solid #CCCCCC">\n \n \n <!-- 1 Column : BEGIN -->\n <tr>\n <td>\n <table cellspacing="0" cellpadding="0" border="0" width="100%">\n \t\t\t\t\t\t\t<tr>\n \t\t\t\t\t\t\t\t<td style="padding: 5px 40px 10px 40px; text-align: center; font-family: Roboto, sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;">\n \n <h3 style="color:#337ab7; font-size:18px; margin-top: 1em; margin-bottom: 1em;">Confirmer votre adresse email</h3>\n \n <div style="text-align: left; margin-bottom: 20px;">\n \n <p>\n Cliquez sur le lien ci-dessous pour confirmer votre adresse email :<br><br>\n <a href="https://fsmp.pro-soft.fr/fr/verify/email?expires=1781317491&id=409&signature=tYTTCxney43V9cq4sMpO0IJr4dFpaUe2pJnIGla1TqY&token=KPD3HvMKCZ6AIypdpWVF8qZjILWYw2a5LDWHTxX0ZpE%3D">Je confirme mon email</a><br><br>\n Ce lien expirera dans 1 heure.\n </p>\n \n </div> \n \t\n \t\t\t\t\t\t\t\t</td>\n \t\t\t\t\t\t\t</tr>\n </table>\n </td>\n </tr>\n <!-- 1 Column : END -->\n \n \n \t\t\t</table>\n <!-- Email Body : END -->\n \n <!-- Email Footer : BEGIN -->\n <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">\n <tr>\n <td style="padding: 30px 10px;width: 100%;font-size: 12px; font-family: sans-serif; mso-height-rule: exactly; line-height:18px; text-align: center; color: #888888;">\n Fondation Sciences Mathématiques de Paris - FSMP\n </td>\n </tr>\n </table>\n <!-- Email Footer : END -->\n \n <!--[if (gte mso 9)|(IE)]>\n </td>\n </tr>\n </table>\n <![endif]-->\n </div>\n </center>\n </body>\n </html> """ ] ] "SandBoxMode" => false ] ] |
|
| Response |
200
[ "info" => [ "header_size" => 177 "request_size" => 11800 "total_time" => 0.211723 "namelookup_time" => 0.113112 "connect_time" => 0.129213 "pretransfer_time" => 0.149843 "size_upload" => 11497.0 "size_download" => 262.0 "speed_download" => 1237.0 "speed_upload" => 54302.0 "download_content_length" => 262.0 "upload_content_length" => 11497.0 "starttransfer_time" => 0.211008 "primary_ip" => "35.187.79.8" "primary_port" => 443 "local_ip" => "217.154.6.145" "local_port" => 35544 "http_version" => 3 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 149584 "connect_time_us" => 129213 "namelookup_time_us" => 113112 "pretransfer_time_us" => 149843 "starttransfer_time_us" => 211008 "total_time_us" => 211723 "effective_method" => "POST" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "start_time" => 1781313891.9559 "original_url" => "https://api.mailjet.com/v3.1/send" "pause_handler" => Closure(float $duration) {#1349 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#1339 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#189 …} : -9223372036854775808 } } "debug" => """ * WARNING: failed to open cookie file ""\n * Host api.mailjet.com:443 was resolved.\n * IPv6: (none)\n * IPv4: 35.187.79.8\n * Trying 35.187.79.8:443...\n * Connected to api.mailjet.com (35.187.79.8) 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 / RSASSA-PSS\n * ALPN: server accepted h2\n * Server certificate:\n * subject: C=FR; L=Paris; O=MAILJET SAS; CN=mailjet.com\n * start date: Apr 14 00:00:00 2026 GMT\n * expire date: Oct 29 23:59:59 2026 GMT\n * subjectAltName: host "api.mailjet.com" matched cert's "*.mailjet.com"\n * issuer: C=US; O=DigiCert Inc; CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1\n * SSL certificate verify ok.\n * Certificate level 0: Public key type RSA (2048/112 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 (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n * using HTTP/2\n * [HTTP/2] [1] OPENED stream for https://api.mailjet.com/v3.1/send\n * [HTTP/2] [1] [:method: POST]\n * [HTTP/2] [1] [:scheme: https]\n * [HTTP/2] [1] [:authority: api.mailjet.com]\n * [HTTP/2] [1] [:path: /v3.1/send]\n * [HTTP/2] [1] [accept: application/json]\n * [HTTP/2] [1] [content-type: application/json]\n * [HTTP/2] [1] [authorization: Basic MTU3ZmE1ZDk3OGQ5OGE0Y2VkY2ZkY2I5ZWVmZmU5OTY6NjRiYzJkOWFiMmJlNTk2YWQxMWJjMjlhZWY3NjFhZTQ=]\n * [HTTP/2] [1] [user-agent: Symfony HttpClient (Curl)]\n * [HTTP/2] [1] [accept-encoding: gzip]\n * [HTTP/2] [1] [content-length: 11497]\n > POST /v3.1/send HTTP/2\r\n Host: api.mailjet.com\r\n Accept: application/json\r\n Content-Type: application/json\r\n Authorization: Basic MTU3ZmE1ZDk3OGQ5OGE0Y2VkY2ZkY2I5ZWVmZmU5OTY6NjRiYzJkOWFiMmJlNTk2YWQxMWJjMjlhZWY3NjFhZTQ=\r\n User-Agent: Symfony HttpClient (Curl)\r\n Accept-Encoding: gzip\r\n Content-Length: 11497\r\n \r\n * old SSL session ID is stale, removing\n < HTTP/2 200 \r\n < content-length: 262\r\n < content-type: application/json; charset=UTF-8\r\n < x-mj-request-guid: 0e7f9a72-181a-4dc9-9b16-53cc215b00cd\r\n < date: Sat, 13 Jun 2026 01:24:52 GMT\r\n < \r\n """ ] "response_headers" => [ "HTTP/2 200 " "content-length: 262" "content-type: application/json; charset=UTF-8" "x-mj-request-guid: 0e7f9a72-181a-4dc9-9b16-53cc215b00cd" "date: Sat, 13 Jun 2026 01:24:52 GMT" ] "response_json" => [ "Messages" => [ [ "Status" => "success" "CustomID" => "" "To" => [ [ "Email" => "pidrask@gmail.com" "MessageUUID" => "c841fc06-18f6-4a9f-9dd8-d8f608945b41" "MessageID" => 576460790090184316 "MessageHref" => "https://api.mailjet.com/v3/REST/message/576460790090184316" ] ] "Cc" => [] "Bcc" => [] ] ] ] ] |
|