I need to make a post request from a modem onto one of my REPLs
The post request works fine when sent from a sufficiently advanced device (with automatic redirects), however, low-level requests always get stopped due to HTTP 308 (permanent redirect) errors.
Is there any way to fix this on repl?