Disable HTTPS redirection in my railway app

aetogithubPRO

10 months ago

I have a simple application but for certain reasons it should not be HTTPS but HTTP.

In my django configuration I already made sure to disable

MIDDLEWARE = ​​[

...

'django.middleware.security.SecurityMiddleware',

...

]

and set

SECURE_SSL_REDIRECT = False

But Railway redirects me automatically

Awaiting User Response

1 Replies

10 months ago

Hey, This is something Railway does at its proxy level and would not be something that can be disabled, Railway is secure by default and only secure.


Status changed to Awaiting User Response railway[bot] 10 months ago


Disable HTTPS redirection in my railway app - Railway Help Station