![]() |
![]()
| ![]() |
![]()
NAMEPlack::Middleware::XForwardedFor - Plack middleware to handle X-Forwarded-For headers VERSIONversion 0.172050 SYNOPSISbuilder { enable "Plack::Middleware::XForwardedFor", trust => [qw(127.0.0.1/8)]; }; DESCRIPTION"Plack::Middleware::XForwardedFor" will look for "X-Forwarded-For" header in the incoming request and change "REMOTE_ADDR" to the real client IP PARAMETERS
SEE ALSOPlack::Middleware, Net::IP AUTHORGraham Barr <gbarr@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2010 by Graham Barr. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|