So I am using request module in a simple script I wrote. I sent a POST request to a website and I receive the correct status code (201), but if I run the script
I am trying to send data from my node application to a 3rd party HTTP endpoint. I am parsing the data on the request object coming from the client using the