SIM800 getting 301 redirects when POSTing to railway
hj-141
FREEOP
5 months 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!