You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use wsgi.url_scheme to determine secure connections
As a WSGI application, Webware 3 should check wsgi.url_scheme
instead of the HTTPS environment variable in order to reliably
detect secure connections.
Note that mod_wsgi even removes the HTTPS environment variable.
0 commit comments