Testing request through local port listening with netcat (nc)
Run nc -l YOUR_PORT
, for example:
nc -l 9000
And set your request endpoint to localhost:9000.
Run nc -l YOUR_PORT
, for example:
nc -l 9000
And set your request endpoint to localhost:9000.