Two kinds of page on one host
- The clinic directory is
public:
/clinics/ - Anything about a member is
behind a login:
/account/…
A request to a member page without a session gets HTTP 200 and this site's login form — not an error status. An empty answer from here means nothing unless you know a session was used.