{"id":4046,"date":"2025-04-01T13:13:24","date_gmt":"2025-04-01T13:13:24","guid":{"rendered":"https:\/\/www.warmy.io\/blog\/smtp-error-502-5-5-1-command-not-implemented-how-to-fix-it\/"},"modified":"2025-04-01T13:13:24","modified_gmt":"2025-04-01T13:13:24","slug":"smtp-error-502-5-5-1-command-not-implemented-how-to-fix-it","status":"publish","type":"post","link":"https:\/\/www.warmy.io\/blog\/smtp-error-502-5-5-1-command-not-implemented-how-to-fix-it\/","title":{"rendered":"How to Fix SMTP Error 502 5.5.1 \u2013 Command Not Implemented"},"content":{"rendered":"<p><span>If you\u2019ve ever had to deal with the dreaded SMTP Error 502 5.5.1 \u2013 Command Not Implemented that occurs while attempting to send\u2002an email, know that this is actually much more common than you might expect. Especially when you want to send out emails immediately, this\u2002error proves confusing (and frustrating) because it breaks your workflow and delays communication.<\/span><\/p>\n<p><span>So what does it actually mean?<\/span><\/p>\n<p><span>In simple terms, SMTP Error 502 5.5.1 basically means that the SMTP server you\u2019re in communication with does not recognize or\u2002support a command your email client is attempting to send. This might be due to outdated software, misconfigured server settings, or unsupported authentication methods.<\/span><\/p>\n<p><span>The good news? It\u2019s fixable. In this complete guide, we\u2019ll explain\u2002exactly what the error means, its causes, how to troubleshoot it, and the fixes to get you emailing again.<\/span><\/p>\n<h2><b>What is SMTP Error 502 5.5.1?<\/b><\/h2>\n<p><span>SMTP Error 502 5.5.1 is an error\u2002message returned from the mail server of the mail client, informing the mail client that the mail server does not recognize or support an SMTP command. Now, let\u2019s dissect the error code:<\/span><\/p>\n<ul>\n<li><span>502: Standard SMTP status code. You can explore other<\/span><a href=\"https:\/\/www.warmy.io\/blog\/how-to-fix-smtp-email-error-502-solved\/\" target=\"_blank\" rel=\"noopener noreferrer\"> <span>SMTP Errors with 502 code<\/span><\/a><span> here.<\/span><\/li>\n<li><span>5.5.1; Enhanced status code indicating a syntax or command issue<\/span><\/li>\n<\/ul>\n<p><span>This typically happens during the <\/span><b>initial handshake<\/b><span> between the email client and the SMTP server. For example, your client might send commands like:<\/span><\/p>\n<ul>\n<li><span>EHLO: <\/span><span>used to identify the client and request server capabilities<\/span><\/li>\n<li><span>AUTH: <\/span><span>used to start the authentication process<\/span><\/li>\n<li><span>STARTTLS: <\/span><span>used to initiate a secure connection<\/span><\/li>\n<\/ul>\n<h3>When and where you might encounter it<\/h3>\n<p><span>Generally speaking, SMTP Error 502 5.5.1 appears in cases where your email client or application is attempting to talk to an SMTP server that does not support the command you\u2019re trying to send. Common situations include:<\/span><\/p>\n<ul>\n<li><b>Sending email via an SMTP relay. <\/b><span>If you\u2019re sending messages via a third-party SMTP relay (like <\/span><a href=\"https:\/\/sendgrid.com\/en-us\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>SendGrid<\/span><\/a><span>, <\/span><a href=\"https:\/\/aws.amazon.com\/ses\/\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Amazon SES<\/span><\/a><span>, or even your hosting provider), the relay server\u2002may not understand, refusing unsupported or malformed commands.<\/span><\/li>\n<li><b>Using third-party email tools or custom apps. <\/b><span>Automation tools, scripts, or integrations (like Python scripts, CRMs, or internal email bots) can trigger this error if they use outdated or incompatible SMTP libraries.<\/span><\/li>\n<li><b>Specific clients: <\/b><a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\/outlook\/email-and-calendar-software-microsoft-outlook\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Outlook<\/span><\/a><span>, <\/span><a href=\"https:\/\/www.thunderbird.net\/en-US\/\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Thunderbird<\/span><\/a><span>, or custom scripts. Some email clients may default to sending certain SMTP commands that aren\u2019t accepted by the server\u2014especially when misconfigured or outdated.<\/span><\/li>\n<\/ul>\n<h2><b>Common causes of SMTP Error 502 5.5.1<\/b><\/h2>\n<p><span>The most common cause of\u2002SMTP Error 502 5.5.1 is a compatibility or configuration problem between the email client and the SMTP server. Here are the most common reasons this error happens:<\/span><\/p>\n<h3>Unsupported SMTP commands<\/h3>\n<p><span>SMTP commands like <\/span><span>EHLO<\/span><span>, <\/span><span>AUTH<\/span><span>, or <\/span><span>STARTTLS<\/span><span> are used during the handshake process, and if the server doesn\u2019t support one of them\u2014or expects a different syntax\u2014it will return the \u201cCommand not implemented\u201d response. This usually points to a lack of compatibility between the client and server.<\/span><\/p>\n<p><i><span>Q: What is the handshake process?<\/span><\/i><\/p>\n<p><i><span>A: The SMTP handshake is the first step of the interaction between the email client (the sender) and an\u2002SMTP server (the recipient). All of this happens when the client sends a HELO or EHLO command to identify itself, and ask for the capabilities of the server. It also gives its state and what commands are available, including authentication methods and encryption supported by the server. This handshake makes sure that both the client and\u2002server can communicate successfully before the actual email transmission starts.<\/span><\/i><\/p>\n<h3>Outdated or misconfigured email clients<\/h3>\n<p><span>Email clients that use outdated libraries or are misconfigured may rely on deprecated SMTP protocols. When these clients attempt to connect using old standards or incorrect authentication methods, the server may reject the request with a 502 error. Common examples include legacy software or older versions of email clients that haven\u2019t been updated.<\/span><\/p>\n<h3>SMTP server limitations<\/h3>\n<p><span>SMTP servers may block or disable certain features\u2002for various reasons, including policy restrictions, security concerns, or lack of server resources. Specifically, a\u2002server may refuse encrypted connections over STARTTLS or may disable authentication on various ports. If this is the case,\u2002even valid commands may be rejected if the server is not configured to handle them.<\/span><\/p>\n<h3>Authentication mismatch or issues<\/h3>\n<p><span>If your email client attempts to use an authenticate method that the server doesn\u2019t support\u2014such as XOAUTH2, plain text login without encryption, or a mismatched encryption type\u2002(<\/span><a href=\"https:\/\/www.warmy.io\/blog\/ssl-and-tls-certificate-errors-in-email-servers-how-they-impact-deliverability\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span>SSL vs TLS<\/span><\/a><span>)\u2014this could result in a 502 5.5.1 error response from the server. This usually occurs when client configurations do not match authentication schemes\u2002supported by the server.<\/span><\/p>\n<p><i><span>Q: What is SSL and TLS?<\/span><\/i><\/p>\n<p><i><span>A: SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are protocols of applied cryptography for securing communication\u2002over a computer network. TLS is the newer and more secure version of SSL, providing\u2002encryption over the data sent\/received by the client and the server.<\/span><\/i><\/p>\n<p><b>\ud83d\udd16 Related Reading<\/b><span>:<\/span><a href=\"https:\/\/www.warmy.io\/blog\/why-ssl-tls-certificate-errors-are-hurting-your-email-deliverability\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span> Why SSL &amp; TLS Certificate Errors Are Hurting Your Email Deliverability<\/span><\/a><\/p>\n<h3>Incorrect SMTP server configuration<\/h3>\n<p><span>Last but not least, internal server misconfigurations including incorrect port usages, blocking SMTP traffic via the firewalls and proxy servers that block email communication may also result in command\u2002failures. Such types of issues usually cause the SMTP handshake to fail, returning the 502 5.5.1 error response.<\/span><\/p>\n<h2><b>How to diagnose the problem<\/b><\/h2>\n<p><span>To diagnose the SMTP Error 502 5.5.1, you must review a few critical areas to determine what the issue is. Use these steps to help\u2002narrow down the source of the problem.\u00a0<\/span><\/p>\n<h3>Step 1. Review the full error message<\/h3>\n<p><span>Start by looking at the <\/span><b>full error message<\/b><span> returned by the server. It may provide clues about which specific command is causing the issue. You might see something like:<\/span><\/p>\n<ul>\n<li><span>Command not implemented<\/span><\/li>\n<li><span>Unknown command<\/span><\/li>\n<\/ul>\n<p><span>Look for any command names (like <\/span><span>EHLO<\/span><span>, <\/span><span>AUTH<\/span><span>, <\/span><span>STARTTLS<\/span><span>) or error codes that can indicate which part of the connection process failed. This\u2002first glance may provide you with a clearer picture of what\u2019s going haywire, and where you can focus your troubleshooting efforts.<\/span><\/p>\n<h3>Step 2. Check SMTP command logs<\/h3>\n<ul>\n<li><b>Enable verbose logging. <\/b><span>Many email clients and SMTP libraries offer verbose logging. Enable this feature to capture all interaction details.<\/span><\/li>\n<li><b>Tools to use<\/b><span>:<\/span>\n<ul>\n<li><b>Telnet<\/b><span>: You can use Telnet to manually connect to the SMTP server and send test commands.<\/span><\/li>\n<li><b>Curl<\/b><span>: Curl can also be used to interact with the SMTP server and observe responses.<\/span><\/li>\n<li><b>Swaks<\/b><span>: This tool allows for detailed testing of SMTP communication.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><span>These tools will help you see the actual commands being sent and identify any discrepancies or issues with the server\u2019s responses.<\/span><\/p>\n<h3>Step 3. Compare client and server SMTP settings<\/h3>\n<ul>\n<li><b>Look for mismatches. <\/b><span>Check for differences in things like:<\/span>\n<ul>\n<li><span>Protocol versions (e.g., <\/span><span>TLS<\/span><span> vs <\/span><span>SSL<\/span><span>)<\/span><\/li>\n<li><span>Supported commands (<\/span><span>EHLO<\/span><span>, <\/span><span>AUTH<\/span><span>, <\/span><span>STARTTLS<\/span><span>)<\/span><span>Authentication methods and ports<\/span><\/li>\n<\/ul>\n<\/li>\n<li><b>Ensure consistency.<\/b><span> Verify compatibility between client and server (including protocol versions)<\/span><\/li>\n<\/ul>\n<p><span>A mismatch between the client and server settings is a common cause of this error, and identifying them will often resolve the issue.\u00a0<\/span><\/p>\n<h2><b>Fixes and workarounds for SMTP Error 502 5.5.1<\/b><\/h2>\n<h3>Fix 1. Update your email client or library<\/h3>\n<ul>\n<li><span>Be sure you are using the most up to date version of your email client or the email library within your code.<\/span><\/li>\n<li><b>For email clients<\/b><span>: Update programs like Thunderbird, Outlook, or whatever email software you\u2019re using. They may have fixed compatibility issues with certain SMTP commands in newer versions.<\/span><\/li>\n<li><b>For code libraries<\/b><span>: If you\u2019re using a library like Python\u2019s <\/span><span>smtplib<\/span><span>, ensure it\u2019s up to date with the latest standards and commands.<\/span><\/li>\n<\/ul>\n<h3>Fix 2. Use supported commands only<\/h3>\n<ul>\n<li><b>Verify commands. <\/b><span>Make sure the commands EHLO,\u2002AUTH, and STARTTLS are supported by your server. If these aren\u2019t supported, the server can respond with a 502 error.\u00a0<\/span><\/li>\n<li><b>Downgrade to <\/b><b>HELO<\/b><b> if necessary.<\/b><span> If <\/span><span>EHLO<\/span><span> isn\u2019t working, try switching to <\/span><span>HELO<\/span><span>. However, use caution, as downgrading can limit the server\u2019s capabilities (e.g., no TLS support).<\/span><\/li>\n<\/ul>\n<h3>Fix 3. Configure authentication correctly<\/h3>\n<ul>\n<li><span>Use the correct authentication method (usually plain authentication or login). If you\u2019re unsure, refer to your server\u2019s documentation.<\/span><\/li>\n<li><span>Avoid <\/span><a href=\"https:\/\/developers.google.com\/workspace\/gmail\/imap\/xoauth2-protocol\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>XOAUTH<\/span><\/a><span>. If your server doesn\u2019t support <\/span><span>XOAUTH<\/span><span> (a modern OAuth method), do not try to use it. Instead, stick to simpler methods like username\/password authentication.<\/span><\/li>\n<\/ul>\n<h3>Fix 4. Switch to another port or protocol<\/h3>\n<p><span>In case you are facing issues with the default SMTP port (25), you can switch to\u2002another port or protocol. These alternate ports can often bypass server restrictions or firewall blocks.\u00a0<\/span><\/p>\n<ul>\n<li><b>Port 587<\/b><span>: Try using port 587 with <\/span><b>TLS<\/b><span> for a secure connection. This is the recommended port for SMTP submission.<\/span><\/li>\n<li><b>Port 465<\/b><span>: If port 587 isn\u2019t working, try using port 465, which supports SMTPS (SMTP over SSL).<\/span><\/li>\n<\/ul>\n<h3>Fix 5. Contact your email service provider<\/h3>\n<p><span>If the above fixes don\u2019t work and you\u2019re still facing the error, it\u2019s time to contact your\u2002email service provider. Your provider can give you the most accurate information and may even offer a server-side fix.<\/span><\/p>\n<ul>\n<li><b>Request supported commands. <\/b><span>Ask your provider for a list of SMTP commands that their server supports.<\/span><\/li>\n<li><b>Check if 502 5.5.1 is a known issue.<\/b><span> Some email providers might already be aware of this issue and could have a specific workaround or patch in place.<\/span><\/li>\n<\/ul>\n<h2><b>How Warmy.io can help preventing SMTP Error 502 in the future<\/b><\/h2>\n<p><span>Prevention is the vital step in improving your email deliverability, but one must keep in mind that fixing this particular error is not the guaranteed solution for reaching the inbox 100% of the time. There are many elements that impact the destination of your\u2002emails\u2014like sender reputation, content quality, and server-side configurations.<\/span><\/p>\n<p><span>However, this is where Warmy.io comes in. <\/span><a href=\"https:\/\/www.warmy.io\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Warmy<\/span><\/a><span> offers a suite of features designed to significantly optimize your email flow, minimize deliverability issues, and ensure your emails have the best chance of making it to the inbox\u2014despite the many factors at play.<\/span><\/p>\n<h3>AI-powered email warmup to build and maintain sender reputation<\/h3>\n<p><span>Warmy.io\u2019s <\/span><a href=\"https:\/\/www.warmy.io\/product\/warm-up-email\" target=\"_blank\" rel=\"noopener noreferrer\"><span>email warmup feature<\/span><\/a><span> gradually builds trust with ISPs, ensuring that your emails are recognized as legitimate. It mimics natural email interactions to show ISPs that your emails and your domain are trusted and valuable. This tool is capable of sending 5,000 emails in one single day. It also offers custom templates and multiple languages for customization on the recipient side.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"A line graph titled Reputation management shows a rising trend in reputation from early to late March. The rating improves from low to high reputation. The chart is displayed on a softly gradiented background.\" height=\"600\" src=\"https:\/\/warmy-blog-wordpress-bucket.s3.amazonaws.com\/wp-content\/uploads\/2025\/03\/11093349\/353shots_so.webp\" width=\"800\" title=\"\"><\/p>\n<h3>Enhanced warmup process with Warmup Preferences feature<\/h3>\n<p><span>Warmup Preferences helps senders have full control over their warmup process from both sender and user levels. Senders will be able to:<\/span><\/p>\n<ul>\n<li><span>customize the warmup\u2019s distribution across different providers<\/span><\/li>\n<li><span>choose if they want to use B2B or B2C customers for engagement patterns to tailor the behavior and insights to their business type.<\/span><\/li>\n<\/ul>\n<p><span>All of these settings can be changed right within the Warmy system for hassle-free customer experience.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"A dashboard displaying a profile section with a circular chart titled WARM-UP PREFERENCES. The chart shows percentages for Gmail, Outlook, G-Suite, Yahoo, and others. A table beneath lists specific percentages and email services.\" height=\"600\" src=\"https:\/\/warmy-blog-wordpress-bucket.s3.amazonaws.com\/wp-content\/uploads\/2025\/03\/11092845\/290shots_so-copy-1-1024x768.png\" width=\"800\" title=\"\"><\/p>\n<h3>Advanced seed list with API<\/h3>\n<p><span>To further ensure your emails land in the inbox, Warmy provides a seed list that integrates directly with your email client via an API. This list contains real email addresses from major email providers, allowing you to test how your emails perform across different platforms and improve deliverability before you send them to your entire list.\u00a0<\/span><\/p>\n<p><a href=\"https:\/\/www.warmy.io\/product\/seed-list\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Warmy\u2019s seed lists<\/span><\/a><span> go beyond traditional warmup. It offers actual engagement\u2014your emails are opened, scrolled through, clicked on, and replied to. If there are emails that land in spam, these are removed and marked as important to let the ESPs know you are credible.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"A beige interface displays options for selecting the number of seeds and senders with a slider and buttons. Below, a table compares features of Gmail, Outlook, and Yahoo seeds with checkmarks for various actions.\" height=\"600\" src=\"https:\/\/warmy-blog-wordpress-bucket.s3.amazonaws.com\/wp-content\/uploads\/2025\/03\/11093349\/430shots_so.webp\" width=\"800\" title=\"\"><\/p>\n<p><span>Now with the API Endpoint for Established Seed List, users have a new way to access, manage, and configure your seed list splits directly from your system. This means there are no more manual updates, and no more time wasted with the following capabilities:\u00a0<\/span><\/p>\n<ul>\n<li><span>Seamless integration with real-time seed list data that goes straight into your system with API access.<\/span><\/li>\n<li><span>Efficiency boost via automated split management which reduces errors, and saves valuable time.<\/span><\/li>\n<li><span>Better inbox placement due to properly configured splits mean fewer bounces and stronger sender reputation.<\/span><\/li>\n<\/ul>\n<h3>Comprehensive view of your domain health and regular deliverability tests<\/h3>\n<p><span>The<\/span><a href=\"https:\/\/www.warmy.io\/free-tools\/email-deliverability-test\" target=\"_blank\" rel=\"noopener noreferrer\"><span> free email deliverability<\/span><\/a><span> test from Warmy provides a comprehensive assessment of your emails and where they are landing. Here are some other examples of the valuable information and data the deliverability test provides:<\/span><\/p>\n<ul>\n<li><span>Inbox placement analysis: the percentage of your emails that end up in the spam folder, promotions tab, inbox, and even the unreceived ones.<\/span><\/li>\n<li><span>Blacklist status: Learn if your domain or IP is listed on any blacklists so you can proceed with the<\/span><a href=\"https:\/\/www.warmy.io\/blog\/email-domain-ip-blacklist-removal-steps-to-delist-your-ip\/\" target=\"_blank\" rel=\"noopener noreferrer\"> <span>delisting process<\/span><\/a><span>.<\/span><\/li>\n<li><span>Authentication verification: Assess your email reputation and verifies your email authentication settings such as<\/span><a href=\"https:\/\/www.warmy.io\/blog\/why-do-you-need-to-configure-spf-dkim-and-dmarc\" target=\"_blank\" rel=\"noopener noreferrer\"><span> SPF, DKIM, and DMARC.<\/span><\/a><\/li>\n<\/ul>\n<p><span>Additionally, Warmy\u2019s Domain Health Hub is on a level of its own. Instead of monitoring individual email addresses, Warmy.io provides a domain-level health dashboard so businesses can take a more strategic approach to email deliverability.\u00a0 The Domain Health Hub includes the following features:<\/span><\/p>\n<ul>\n<li><span>A domain health score based on a combination of various factors like authentication, blacklist status, and inbox placement tests. You\u2019ll also be able to monitor your spam rate trends and overall deliverability performance with weekly or monthly tracking options.<\/span><\/li>\n<li><span>Comprehensive DNS status checks to easily validate SPF, DKIM, DMARC, rDNS, MX, and A records for stronger authentication &amp; security.<\/span><\/li>\n<li><span>Optimized multi-domain monitoring so users can manage all their domains from one dashboard and identify which ones need immediate attention.<\/span><\/li>\n<li><span>Quick access to a detailed breakdown of health metrics, performance reports, and deliverability trends per domain.<\/span><\/li>\n<\/ul>\n<h2><b>Achieve success beyond SMTP error preventions<\/b><\/h2>\n<p><span>While SMTP Error 502 5.5.1 errors can be detrimental to your email operations, the right tools and proactive measures can help you prevent this issue (and others) from impacting your email communication. This is a critical error to fix; however, inbox landings do require consistent implementation and refinement with your sending\u2002practices.<\/span><\/p>\n<p><span>Warmy.io offers advanced solutions to help you not only resolve SMTP errors but also build and maintain a healthy sender reputation, ensuring your emails are more likely to reach your intended recipients. From AI-powered email warmup to our Domain Health Hub and free deliverability tests, Warmy provides the tools you need to improve your email performance and avoid common pitfalls like the 502 5.5.1 error.<\/span><\/p>\n<p><a href=\"https:\/\/www.warmy.io\/book-a-demo\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Book a demo today <\/span><\/a><span>and see how Warmy can help you optimize your email communication and boost your results!<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019ve ever had to deal with the dreaded SMTP Error 502 5.5.1 \u2013 Command Not Implemented that occurs while attempting to send\u2002an email, know that this is actually much more common than you might expect. Especially when you want to send out emails immediately, this\u2002error proves confusing (and frustrating) because it breaks your workflow [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":4734,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[104],"tags":[],"class_list":["post-4046","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-email-deliverability"],"acf":[],"lang":"en","translations":{"en":4046},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/posts\/4046","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/comments?post=4046"}],"version-history":[{"count":0,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/posts\/4046\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/media\/4734"}],"wp:attachment":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/media?parent=4046"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/categories?post=4046"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/tags?post=4046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}