SIM800 getting 301 redirects when POSTing to railway
hj-141
FREEOP

a month ago

Hi Railway Team,

My endpoint/iot device using SIM800L modem is getting 301 redirects when HTTP POSTing to: http://xxxxxx.railway.app/api/telemetry

The SIM800L is a low cost 2G IoT modem with limited/outdated SSL support that works best with plain HTTP. Modern HTTPS often causes SSL handshake failures and memory issues on these resource-constrained devices.

Can we configure Railway to accept HTTP on this endpoint without HTTPS redirect? Or is there an alternative solution for IoT device compatibility?

Thanks!

$10 Bounty

1 Replies

darseen
HOBBYTop 5% Contributor

a month ago

Try using TCP Proxy. It's useful for services that don't support HTTP.


Loading...