Djproxy

Latest version: v2.3.6

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.2.0

-----

- Fix X-Forwarded-For handling: The XFF header is now calculated
correctly and sent to the proxied resource. Previously, the XFF
header was being amended with the server's currenet IP address and it
was being sent to the requesting client during the response phase.
Now, the original request's header is amended with the client's IP
address before it is sent upstream.
- djproxy now sends the X-Forwarded-Host header to the proxied resource

1.1.0

-----

- Fix proxying of redirects. Previously, djproxy would follow redirects
and render the content of the final destination. This was wrong. It
now dutifully passes the redirect to the requester.
- Add ProxyPassReverse-like functionality via the reverse\_urls class
variable (which is now necessary because redirects are handled
correctly).
- Adds the ability to generate proxies and url patterns for them from a
configuration dict via the new ``generate_routes`` method.

1.0.0

-----

- Fix file uploads

0.2.0

-----

- Allow requests 2.1.0
- Allow Django 1.6 and fix tests to compensate for request factory
changes

0.1.0

-----

- Initial release

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.