External Server Error (5XX)
What This Means
External URLs where the server failed to fulfill an apparently valid request. This can include common responses such as 500 Internal Server Errors and 503 Service Unavailable.
What Triggers This Issue
This issue is triggered when an external URL responds with a server error (5xx response code), such as a 503 ‘Service Unavailable’. For example: HTTP/1.1 503 Service Unavailable Content-Type: text/html
How To Fix
All external URLs should ideally respond with a 200 ‘OK’ status for users. A 5XX response might indicate a server that struggles under load, or a misconfiguration that leads to an error page. If they can be viewed in a browser, then it’s often not an issue. If they error in a browser, then considering updating the external link as appropriate. Please read our FAQs on how to approach each of the other following common responses: