Re: X-Forwarded-For
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be39FV=d_F-McvJk324j=KDvzRGO8b9dcuPKZB7ZzUD2uw@mail.gmail.com> |
On Sat, Oct 13, 2012 at 7:41 AM, pangj <[email protected]> wrote: > In nginx's config file we have added the x-forwarded-for header. > With modperl (MP2) how to get this header? Use headers_in(): http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_headers_in_ - Perrin