{% extends 'base.html' %} {% block title %}OAuth Debug Information{% endblock %} {% block content %}
| USE_HTTPS | {{ config.USE_HTTPS }} |
| PREFERRED_URL_SCHEME | {{ config.PREFERRED_URL_SCHEME }} |
| Endpoint | URL |
|---|---|
| {{ name }} | {{ url }} |
| Endpoint | URL |
|---|---|
| {{ name }} | {{ url }} |
| URL | {{ request_info.url }} |
| Host | {{ request_info.host }} |
| Scheme | {{ request_info.scheme }} |
| Headers |
|
This page shows debug information for OAuth redirect URLs. It helps verify that the proper URL scheme (HTTP/HTTPS) is being used.
To configure HTTPS, set USE_HTTPS=True in your .env file when running behind a reverse proxy that handles SSL termination.
Tips for debugging: