You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a token expires or is not found, the URL should return a 410 HTTP response and let the application handle how it renders that status code (eg. default web server error page).
Hi folks
The errorPage method currently returns a '200 OK' when called and renders a Silverstripe logo with an ipad by default:
When a token expires or is not found, the URL should return a 410 HTTP response and let the application handle how it renders that status code (eg. default web server error page).
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/410
The 410 status code would instruct HTTP clients to not request that URL again.
Cheers
James
The text was updated successfully, but these errors were encountered: