{"id":15222,"date":"2025-03-21T12:29:20","date_gmt":"2025-03-21T12:29:20","guid":{"rendered":"https:\/\/rapyd.cloud\/blog\/?p=15222"},"modified":"2025-04-18T09:29:57","modified_gmt":"2025-04-18T09:29:57","slug":"502-bad-gateway-error","status":"publish","type":"post","link":"https:\/\/rapyd.cloud\/blog\/502-bad-gateway-error\/","title":{"rendered":"How to Fix a 502 Bad Gateway Error: Troubleshooting Guide"},"content":{"rendered":"\n<p>If you have ever visited a website and received a 502 Bad Gateway error page, you know how inconvenient it can be from a visitor\u2019s standpoint. But from a business owner\u2019s perspective, the situation is even worse. Your customers will likely become upset and lose trust in your brand, irreparably harming your reputation.<\/p>\n\n\n\n<p>So, what can you do to avoid this dreaded server response?<\/p>\n\n\n\n<p>The good news is &#8211; quite a few things.<\/p>\n\n\n\n<p>That said, you first need to know the ins and outs, including why it happens in the first place. Hence, in the next 10-ish minutes, I\u2019ll show you all there is to know about the http error 502 Bad Gateway so that your site can stay free of its impact.<\/p>\n\n\n\n<p>But if you&#8217;d rather watch how to fix error 502, here&#8217;s a video we made:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Fixing 502 Bad Gateway Error on WordPress Just Got EASY\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/Sh5wJclLQIk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><br>But if you&#8217;re more of a reader, let&#8217;s continue.<\/p>\n\n\n\n<h2 id=\"what-is-a-502-bad-gateway-error\" class=\"wp-block-heading\">What is a 502 Bad Gateway Error?<\/h2>\n\n\n\n<p>A 502 Bad Gateway error occurs when the web server you\u2019ve connected to is acting as a gateway or proxy for another server, but it has received an invalid response from that other server (aka upstream server) and, as a result, can\u2019t complete the request.<\/p>\n\n\n\n<p>In other words, the website you&#8217;re trying to reach asked a server for something, but the server gave back an unusable answer. So, the website is now stuck and can&#8217;t show you what you want.<\/p>\n\n\n\n<p>It&#8217;s termed a 502 error since the web server reports this issue using the HTTP status code 502.<\/p>\n\n\n\n<h2 id=\"common-causes-for-the-502-bad-gateway-error\" class=\"wp-block-heading\">Common Causes for the 502 Bad Gateway Error<\/h2>\n\n\n\n<p>There is no shortage of factors that might cause the 502 error to pop up. But before you start troubleshooting, there\u2019s a nifty test you can run to check if your server is working as it should. The idea is to run a test and see if the website is down for you or everyone else.<\/p>\n\n\n\n<p>Before you start troubleshooting, you can run a test to check if your server is running as it should or if it&#8217;s down. <br><br>Test the URL on <a href=\"https:\/\/downforeveryoneorjustme.com\/rapyd.cloud?www=1\" target=\"_blank\" rel=\"noopener nofollow\" title=\"\">Down for Everyone or Just Me<\/a> to do this.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcNPdFYRz0hU1SIWbfeSzLy3kIjgHTe9XLPmWU7dzZfl_oBFdA57OTvd2Esjr6BzU6KSQsAg5BBkcj72z4tnBePKGHlt3rGm3BiEk6HGJ7aRydqfJEWavj5XVEg7n66biKI7mJpfQ?key=BbP7B0VKUHGYRfH4QVKvp07E\" alt=\"Is Rapyd Cloud down?\"\/><\/figure>\n\n\n\n<p>Not that such a case would ever happen since the chances of getting this error are extremely low since <a href=\"http:\/\/rapyd.cloud\" target=\"_blank\" rel=\"noopener\" title=\"\">Rapyd Cloud<\/a> guarantees 99.99% uptime. But I digress.<\/p>\n\n\n\n<p>In any case, here are some factors that can cause an http error 502 Bad Gateway:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Server Overload or Crash:<\/strong> When the upstream server experiences computational overload due to an excessive volume of requests or encounters a critical failure, it becomes unable to process requests and provide a valid response.<\/li>\n\n\n\n<li><strong>Network Issues Between Servers: <\/strong>Disruptions in the network connectivity between the origin server and the gateway server, such as data packet loss, latency, or routing errors, can impede proper communication, resulting in incomplete or incorrect responses.<\/li>\n\n\n\n<li><strong>Faulty Code or Script Errors: <\/strong>Errors within the code or scripts executing on the upstream server can lead to the improper processing of requests, generating invalid responses.<\/li>\n\n\n\n<li><strong>Issues with Third-Party Services: <\/strong>If the web application relies on external services, disruptions or malfunctions within those third-party systems can impact the origin server&#8217;s ability to formulate a correct response. The gateway, in turn, receives a bad response from the dependent service.<\/li>\n\n\n\n<li><strong>Bad CDN or Reverse Proxy Configuration: <\/strong>Misconfigurations within a Content Delivery Network or a reverse proxy, like wrong routing, caching of erroneous data, or flawed communication protocols, can lead to improper handling of requests and responses.<\/li>\n\n\n\n<li><strong>DNS Problems: <\/strong>These issues can prevent the gateway server from correctly locating the IP address of the upstream server. For example, if the gateway is directed to an incorrect or non-responsive server, it won\u2019t receive a valid response.<\/li>\n\n\n\n<li><strong>Firewall or Security Rules: <\/strong>Sometimes, overly restrictive firewall rules or security configurations on either the gateway or the upstream server can inadvertently block legitimate communication. If responses from the upstream server are filtered out, the gateway will report a 502 Bad Gateway error.<\/li>\n<\/ul>\n\n\n\n<h2 id=\"how-to-fix-a-502-bad-gateway-error\" class=\"wp-block-heading\">How to Fix a 502 Bad Gateway Error<\/h2>\n\n\n\n<p>Now that you have a good idea why the error occurs in the first place, you can try a few different remedies.<\/p>\n\n\n\n<h3 id=\"1-refresh-your-page-or-try-a-different-browser\" class=\"wp-block-heading\"><strong>1. Refresh Your Page or Try a Different Browser<\/strong><\/h3>\n\n\n\n<p>It may seem too simple to be an effective solution, but often, all it takes to fix a 502 error is to refresh your page or check if the URL works in a different browser.<\/p>\n\n\n\n<p>If refreshing or using a different browser fixes the error, congrats, you&#8217;re lucky, and you can skip the rest of the article.<\/p>\n\n\n\n<h3 id=\"2-check-your-sites-status\" class=\"wp-block-heading\"><strong>2. Check your site&#8217;s status<\/strong><\/h3>\n\n\n\n<p>Checking your site&#8217;s status can help you understand if the site is simply down or if the problem is on your side. As stated above, you can check your site status by going to a website like <strong>Down For Everyone Or Just Me<\/strong> and simply pasting your URL into this tool. It will tell you if the site is working correctly or if it\u2019s down for everyone. If it&#8217;s down for everyone, all you can do is wait until it gets back online.<\/p>\n\n\n\n<h3 id=\"3-restart-your-network-equipment\" class=\"wp-block-heading\">3.&nbsp;<strong>Restart Your Network Equipment<\/strong><\/h3>\n\n\n\n<p>If you\u2019re managing your site from home or a small office setup, restart your modem\/router. DNS or gateway issues from your ISP can sometimes be the culprit.<\/p>\n\n\n\n<h3 id=\"4-clear-cache-or-try-incognito-mode\" class=\"wp-block-heading\"><strong>4. Clear Cache or Try Incognito Mode<\/strong><\/h3>\n\n\n\n<p>If reloading didn&#8217;t help and you&#8217;ve confirmed the site isn&#8217;t down, the issue could be with your browser&#8217;s cached web page version. Try loading the site in incognito mode or clearing your cache.<\/p>\n\n\n\n<p>In <strong>Google Chrome<\/strong>, go to the top-right corner, click the three dots, then select <strong>Clear Browsing Data<\/strong>. Ensure that <strong>Cached images and files are<\/strong> checked before clicking <strong>Clear Data<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcf-9lWVb8W1dC7nKNSTG-_NUce7ZPYvQ1XIlGDXpaDGmsZrY3NYbgpkWRr33g5HUNCw3Uo4zQRDz278lEdZfFwm8LLQrWw8u9iZ0Dg47tZX-Me4qkLAh9AT4hQl984EG-vyIMSoQ?key=BbP7B0VKUHGYRfH4QVKvp07E\" alt=\"Chrome Cache Settings\"\/><\/figure>\n\n\n\n<h3 id=\"5-flush-dns\" class=\"wp-block-heading\"><strong>5. Flush DNS<\/strong><\/h3>\n\n\n\n<p>The error 502 bad gateway might also happen due to DNS-related issues. For example, after moving your website to a new host, DNS propagation can take up to 48 hours,  and until then, people won&#8217;t be able to access the websites. Additionally, this error can come from your local DNS cache.<\/p>\n\n\n\n<p><strong>On Windows<\/strong>, open the Command Prompt (cmd) and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bash\nipconfig \/flushdns<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Press Enter. Once this is completed, you&#8217;ll see a message confirming the DNS cache has been flushed.<\/li>\n\n\n\n<li><strong>On Mac<\/strong>, open Terminal and enter the appropriate command for your macOS version. You won\u2019t receive a success message, but your DNS cache will be cleared.<\/li>\n\n\n\n<li>If you&#8217;re uncomfortable using these methods, you can temporarily switch to a third-party DNS provider like <strong>Google Public DNS<\/strong>.<\/li>\n<\/ul>\n\n\n\n<h3 id=\"6-check-error-logs\" class=\"wp-block-heading\"><strong>6. Check Error Logs<\/strong><\/h3>\n\n\n\n<p>Viewing your website\u2019s error logs can be useful for pinpointing the root cause of a 502 error. These logs might reveal specific issues like conflicts with plugins or problems following an update.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If your hosting provider offers a logging tool, check it.<\/li>\n\n\n\n<li>If not, you can enable logging by adding a specific line to your wp-config.php file.<\/li>\n<\/ul>\n\n\n\n<h3 id=\"7-deactivate-plugins-and-themes\" class=\"wp-block-heading\"><strong>7. Deactivate Plugins and Themes<\/strong><\/h3>\n\n\n\n<p>Misconfigured caching plugins are a common cause of this error.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deactivate all plugins at once from the <strong>WordPress Dashboard &gt; Plugins &gt; Bulk Action &gt; Deactivate<\/strong>.<\/li>\n\n\n\n<li>If the error is resolved, reactivate them one by one to identify the culprit.<\/li>\n\n\n\n<li>If you can\u2019t access the dashboard, disable plugins via SFTP by renaming the plugins folder.<\/li>\n<\/ul>\n\n\n\n<h3 id=\"8-disable-cdn-or-firewall\" class=\"wp-block-heading\"><strong>8. Disable CDN or Firewall<\/strong><\/h3>\n\n\n\n<p>If nothing has worked so far, the culprit could be your <strong>CDN<\/strong> or firewall settings.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Try <strong>temporarily disabling the CDN<\/strong> to check if it\u2019s causing the issue.<\/li>\n\n\n\n<li>If you\u2019re using a <strong>CDN enabler plugin<\/strong>, deactivate it and test your site.<\/li>\n\n\n\n<li>If you don\u2019t have dashboard access, disable the CDN plugin via SFTP.<\/li>\n<\/ul>\n\n\n\n<h3 id=\"9-increase-php-limits-or-max-execution-time\" class=\"wp-block-heading\"><strong>9. Increase PHP Limits or Max Execution Time<\/strong><\/h3>\n\n\n\n<p>WordPress sites with numerous plugins or custom themes can be <strong>memory-intensive<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If your <strong><a href=\"https:\/\/rapyd.cloud\/blog\/maximum-php-memory-limit\/\" target=\"_blank\" rel=\"noopener\" title=\"PHP memory limit\">PHP memory limit<\/a> is too low<\/strong>, scripts may fail to execute properly, leading to a 502 error.<\/li>\n\n\n\n<li>Increasing <strong>PHP memory and execution time<\/strong> can prevent script timeouts that cause this error.<\/li>\n<\/ul>\n\n\n\n<h3 id=\"10-contact-your-hosting-provider\" class=\"wp-block-heading\"><strong>10. Contact Your Hosting Provider<\/strong><\/h3>\n\n\n\n<p> None of the steps above resolved error 502?  Reach out to your <strong>hosting provider<\/strong> for assistance.<\/p>\n\n\n\n<p>But remember, if 502 errors are becoming a pattern, it&#8217;s a sign that your current hosting environment isn\u2019t keeping up, and you need to reconsider your choice. <\/p>\n\n\n\n<p>For example, Rapyd Cloud customers almost never face a 502 error problem from the server side. <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">If the problem occurs for some reason, you have access to an&nbsp;<a href=\"https:\/\/rapyd.cloud\/support\/\" target=\"_blank\" rel=\"noopener\">expert support team that is&nbsp;<\/a><\/span><a href=\"https:\/\/rapyd.cloud\/support\/\" target=\"_blank\" rel=\"noopener\" title=\"\">available <strong>24\/7<\/strong><\/a> to assist you.<\/p>\n\n\n\n<p>Rapyd Cloud isn\u2019t just another hosting provider. It\u2019s a&nbsp;<strong>performance-driven platform built for resilience<\/strong>, with built-in scalability, automated incident detection, and human support that actually shows up when it matters.<\/p>\n\n\n\n<p>It also comes preinstalled with <strong>proactive security solutions<\/strong> like firewall protection, malware defense, protection for <a href=\"https:\/\/rapyd.cloud\/blog\/preventing-ddos-attacks\/\" target=\"_blank\" rel=\"noopener\" title=\"preventing DDoS attacks\">preventing DDoS attacks<\/a>, and virtual patching for enhanced security.<\/p>\n\n\n\n<h2 id=\"conclusion\" class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>A 502 Bad Gateway error can disrupt your website&#8217;s functionality and frustrate visitors, potentially harming your brand\u2019s reputation. However, by following the right troubleshooting steps, such as refreshing the page, clearing the cache, checking DNS settings, and reviewing error logs, you can quickly identify and resolve the issue. <\/p>\n\n\n\n<p>Ensuring your hosting provider offers reliable infrastructure like Rapyd Cloud&#8217;s <a href=\"https:\/\/rapyd.cloud\/managed-wordpress-hosting\/\" target=\"_blank\" rel=\"noopener\" title=\"fully managed WordPress hosting\">fully managed WordPress hosting<\/a>, which includes proactive security and 24\/7 support, can significantly reduce the likelihood of encountering this error.<\/p>\n\n\n\n<p>With the right approach, you can maintain a seamless user experience and keep your website running smoothly.<\/p>\n\n\n\n<h2 id=\"frequently-asked-questions-about-502-bad-gateway-error\" class=\"wp-block-heading\">Frequently Asked Questions about 502 bad gateway error<\/h2>\n\n\n\n<div class=\"wp-block-essential-blocks-accordion  root-eb-accordion-yogz1\"><div class=\"eb-parent-wrapper eb-parent-eb-accordion-yogz1 \"><div class=\"eb-accordion-container eb-accordion-yogz1\" data-accordion-type=\"accordion\" data-tab-icon=\"fas fa-angle-right\" data-expanded-icon=\"fas fa-angle-down\" data-transition-duration=\"500\"><div class=\"eb-accordion-inner\">\n<div class=\"wp-block-essential-blocks-accordion-item eb-accordion-item-ayzow eb-accordion-wrapper\" data-clickable=\"false\"><div class=\"eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-yogz1\" tabindex=\"0\"><span class=\"eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-yogz1\"><span class=\"fas fa-angle-right eb-accordion-icon\"><\/span><\/span><div class=\"eb-accordion-title-content-wrap title-content-eb-accordion-yogz1\"><h3 id=\"what-is-502-bad-gateway-error\" class=\"eb-accordion-title\">What is 502 bad gateway error?<\/h3><\/div><\/div><div class=\"eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-yogz1\"><div class=\"eb-accordion-content\">\n<p>From the Mozilla Developer Network, the official definition of the 502 Bad Gateway is: <\/p>\n\n\n\n<p>The HyperText Transfer Protocol (HTTP) 502 Bad Gateway server error response code indicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server.<\/p>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-essential-blocks-accordion-item eb-accordion-item-86t18 eb-accordion-wrapper\" data-clickable=\"false\"><div class=\"eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-yogz1\" tabindex=\"0\"><span class=\"eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-yogz1\"><span class=\"fas fa-angle-right eb-accordion-icon\"><\/span><\/span><div class=\"eb-accordion-title-content-wrap title-content-eb-accordion-yogz1\"><h3 id=\"what-is-a-bad-gateway-error-502\" class=\"eb-accordion-title\">What is a bad gateway error 502?<\/h3><\/div><\/div><div class=\"eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-yogz1\"><div class=\"eb-accordion-content\">\n<p>It&#8217;s the same thing as a 502 bad gateway error, just worded differently. <\/p>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-essential-blocks-accordion-item eb-accordion-item-87v1x eb-accordion-wrapper\" data-clickable=\"false\"><div class=\"eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-yogz1\" tabindex=\"0\"><span class=\"eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-yogz1\"><span class=\"fas fa-angle-right eb-accordion-icon\"><\/span><\/span><div class=\"eb-accordion-title-content-wrap title-content-eb-accordion-yogz1\"><h3 id=\"how-to-fix-the-502-bad-gateway-error\" class=\"eb-accordion-title\">How to fix the 502 bad gateway error?<\/h3><\/div><\/div><div class=\"eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-yogz1\"><div class=\"eb-accordion-content\">\n<p>There are many ways to fix the 502 bad gateway error:<br><br><strong>1. Refresh your page or try a different browser<\/strong><br><strong>2. Check the site&#8217;s Live or Down status<\/strong> <br><strong>3. Clear Cache or Try Incognito Mode<\/strong><br><strong>4. Flush DNS<\/strong><br><strong>5. Check Error Logs<\/strong><br><strong>6. Deactivate Plugins and Themes<\/strong><br><strong>7. Disable CDN or Firewall<\/strong><br>8. Increase PHP Limits or Max Execution Time<br><strong>9. Contact Your Hosting Provider<\/strong><\/p>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-essential-blocks-accordion-item eb-accordion-item-5a26s eb-accordion-wrapper\" data-clickable=\"false\"><div class=\"eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-yogz1\" tabindex=\"0\"><span class=\"eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-yogz1\"><span class=\"fas fa-angle-right eb-accordion-icon\"><\/span><\/span><div class=\"eb-accordion-title-content-wrap title-content-eb-accordion-yogz1\"><h3 id=\"what-causes-a-502-bad-gateway-error\" class=\"eb-accordion-title\">What causes a 502 Bad Gateway error?<\/h3><\/div><\/div><div class=\"eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-yogz1\"><div class=\"eb-accordion-content\">\n<p><\/p>\n<\/div><\/div><\/div>\n<\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"If you have ever visited a website and received a 502 Bad Gateway error page, you know how&hellip;\n","protected":false},"author":15,"featured_media":15225,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","om_disable_all_campaigns":false,"_eb_data_table":"","csco_post_fleet_bg_color":"linear-gradient(316deg,rgb(120,28,225) 0%,rgb(226,91,106) 100%)","csco_post_fleet_image_id":15225,"csco_post_fleet_text_color":"","full_width_enabled":false,"csco_singular_sidebar":"","csco_page_header_type":"fleet","csco_header_bg_color":"","csco_appearance_masonry":"","csco_page_load_nextpost":"","csco_post_video_location":[],"csco_post_video_location_hash":"","csco_post_video_url":"","csco_post_video_bg_start_time":0,"csco_post_video_bg_end_time":0,"footnotes":""},"categories":[103,39],"tags":[264,238],"class_list":{"0":"post-15222","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-website-maintenance","8":"category-wordpress","9":"tag-264","10":"tag-error","11":"csco-post-header-type-fleet","12":"cs-entry","13":"cs-video-wrap"},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/posts\/15222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/comments?post=15222"}],"version-history":[{"count":26,"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/posts\/15222\/revisions"}],"predecessor-version":[{"id":16466,"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/posts\/15222\/revisions\/16466"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/media\/15225"}],"wp:attachment":[{"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/media?parent=15222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/categories?post=15222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rapyd.cloud\/blog\/wp-json\/wp\/v2\/tags?post=15222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}