Submit password for protected status page
POST /status/{token}
POST
/status/{token}
Submits the password for a protected status page. On success, sets a session cookie and redirects to the GET endpoint. On failure, re-renders the password form with an error message.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” token
required
string
Example
a8f3b2c1d4e5f6a7b8c9d0e1f2a3b4c5Unguessable token identifying the status page.
Request Body
Section titled “Request Body ”object
password
string
Responses
Section titled “ Responses ”Wrong password. Re-renders the password form with an error.
string
Password correct. Redirects to the status page with a session cookie.
Status page not found.