-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi there,
disclaimer: it's the first time I try to hack on C code to please forgive me for my lack of knowledge.
I have a question about this code:
apr_table_get(r->headers_in, "X-Forwarded-For")
I know the X-Forwarded-For header can have a list of IPs (comma separted). As far as I can tell, you set the X-Forwarded-For to the 'remote_ip' variable. The remote_ip is supposed to be a single IP, right?
So, as long as the X-Forwarded-For header is a single IP it works, correct?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels