diff --git a/src/content/docs/en/pages/main-menu/reference/services/support/http-error-status-codes.mdx b/src/content/docs/en/pages/main-menu/reference/services/support/http-error-status-codes.mdx index f18647165d..2cee0b3a2e 100644 --- a/src/content/docs/en/pages/main-menu/reference/services/support/http-error-status-codes.mdx +++ b/src/content/docs/en/pages/main-menu/reference/services/support/http-error-status-codes.mdx @@ -144,6 +144,9 @@ This status code is a generic error message that often indicates issues with ser A 500 Internal Server Error usually requires action on the server's end to be fixed. In this case, you can refresh the page, clear browser cache and cookies, wait for a while, and check for updates from the website’s support or status page as options while the server is able to process your requests adequately. +-> [TECHWRITER TODO: (INSERT) (EXPLAIN HOW TO ENABLE 'ENFORCE HTTP' OPTION IN THE ORIGINS SETTINGS OF THE EDGE APPLICATION)] +-> [TECHWRITER TODO: (INSERT) (EXPLAIN HOW TO REMOVE 'REDIRECT HTTP TO HTTPS' BEHAVIOR IN THE RULES ENGINE SETTINGS)] + If the issue persists, contact the site owner to confirm that the system is stable or lacking exception handling. ### 502 Bad Gateway @@ -183,4 +186,4 @@ Some ways to troubleshoot this error: - Clear your browser cookies and cached data. - Use a different browser or device. Browser-specific issues or device configurations can lead to unexpected errors. - Wait and retry. Occasionally, the server might be temporarily unable to fulfill requests due to maintenance or other issues. -- If the issue persists, contact the site owner. +- If the issue persists, contact the site owner. \ No newline at end of file