Skip to content

philipn/django-xforwardedfor-middleware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

django-xforwardedfor-middleware

Simple Django middleware to use the X-Forwarded-For header as the request IP.

Installation

pip install django-xforwardedfor-middleware

Usage

Just add x_forwarded_for.middleware.XForwardedForMiddleware to your middleware.

About

Use the X-Forwarded-For header to get the real ip of a request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%