visitor@website:~$ curl -I /the-page
HTTP/1.1 404 Not Found
server: no404content-type: missing/pageconnection: keep-alive
Route not found.
# A missing route is not the end of the session.
visitor@website:~$ curl -I /the-page
HTTP/1.1 404 Not Found
# A missing route is not the end of the session.