Disable HTTPS redirection in my railway app
aetogithub
PROOP

2 years 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

Solved

1 Replies

2 years 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 over 1 year ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...