Skip to content

EXPERIMENT: Enable X-Forwarded-Proto to fix REST API pagination links

REST API currently returns the non-secure HTTP links for its pagination. Potential fix to fix is enabling the SECURE_PROXY_SSL_HEADER setting so that django will trust the X-Forwarded-Proto headers set by Traefik proxy.

Reuse available YAML file to make it easier to test it on staging instance.

Merge request reports