We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signicat requires the service to run on https. mitmproxy can be used in a oneliner to easily run as a reverse proxy in front of manage.py runserver
manage.py runserver
mitmdump -p 8000 --mode reverse:http://127.0.0.1:8080 --set keep_host_header=true --modify-headers "/X-Forwarded-Proto/https"
Some django config is also needed.
The text was updated successfully, but these errors were encountered:
CharString
No branches or pull requests
Signicat requires the service to run on https. mitmproxy can be used in a oneliner to easily run as a reverse proxy in front of
manage.py runserver
mitmdump -p 8000 --mode reverse:http://127.0.0.1:8080 --set keep_host_header=true --modify-headers "/X-Forwarded-Proto/https"
Some django config is also needed.
The text was updated successfully, but these errors were encountered: