Currently this implementation of callback_url does accept a port number (and forwards to the correct port, tested by nc -l 10000 and then sending to that. Note that 127.0.0.1 and localhost do not work since they have different meanings from inside the docker container but using my computer's actual IP, it forwarded to the correct port).
It should generally be acceptable, but specifically for a sample streaming action the receive application will most likely not be running on :80.
Currently this implementation of
callback_urldoes accept a port number (and forwards to the correct port, tested bync -l 10000and then sending to that. Note that127.0.0.1andlocalhostdo not work since they have different meanings from inside the docker container but using my computer's actual IP, it forwarded to the correct port).It should generally be acceptable, but specifically for a sample streaming action the receive application will most likely not be running on
:80.