🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

django-metaredirect

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-metaredirect

META-tag and JavaScript based generic redirect views for maintaining HTTP referrers.

0.1.4
PyPI
Maintainers
3

django-metaredirect

A simple pluggable Django application that allows maintaining internal HTTP referrers for external links by using META-tag or JavaScript based redirects for interactive user agents (e.g. graphical browers), while falling back to standard HTTP response classes (301 and 302 status codes) for non-interactive clients.

Installation

#. Add metaredirect to your project's INSTALLED_APPS settings. #. Instead of using django.views.generic.simple.redirect_to or plain HttpResponseRedirect/HttpResponsePermanentRedirect response classes for view responses, use metaredirect.views.redirect_to.

Testing

make test and make test-matrix

Testing in Your Application


To ensure a HTTP 200 redirect is the response for a given request, check the
presence and value of the ``X-Location`` header in the response for a browser
user-agent.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts