Validation does AJAX requests to check-URLs. Is it possible to easily add an error-alert if the request fails, @d22? A possible case where this is needed is if CSRF validation fails (e.g. because the user enabled secure cookies but doesn't use TLS).
Validation does AJAX requests to check-URLs.
Is it possible to easily add an error-alert if the request fails, @d22?
A possible case where this is needed is if CSRF validation fails (e.g. because the user enabled secure cookies but doesn't use TLS).