For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authorize a request forwarded by a reverse proxy

Meant to be used as a forward-auth endpoint, for example Traefik forwardAuth. The original request URL is read from the X-Forwarded-* headers.

get
Responses
200

Request is authorized.

No content

get/api/v1/forward_auth
GET /api/v1/forward_auth HTTP/1.1
Accept: */*

No content

Last updated

Was this helpful?