mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
X-Forwarded-Host has many problems: non-standard, not well-defined (X-Forwarded-Port or not), conflicts with Host header, it already caused problems like #31907. So do not use X-Forwarded-Host, just use Host header directly. Official document also only uses `Host` header and never mentioned others. |
||
|---|---|---|
| .. | ||
| request.go | ||
| serve_test.go | ||
| serve.go | ||
| url_test.go | ||
| url.go | ||