Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My web server and reverse proxy is configured to set the
Forwarded
header, which is the standardized replacement for theX-Forwarded-*
headers.Using the
HeaderMap
extractor with.get(FORWARDED)
still leaves a string to parse. A more structured means of accessing its data would be helpful. Should I open a feature request issue in this repo, that ofheaders
,http
, or elsewhere?Beta Was this translation helpful? Give feedback.
All reactions