Disable SSL for specific route
Hi,
is there a way to disable SSL for specific route? The issue is this that device, that I have zero control over, is sending data and this does not support https. So it works in Heroku, because I haven’t enabled SSL there. But fails on Railway because SSL is enabled.
I was wondering is there a workaround for this? It's basically a backend is talking to another backend. My back-end is in nodejs but in general terms it should not matter.
0 Replies