I'm using a node server that uses Request to hit a different server. The servers are in the same internal environment and have no connection restrictions, such as firewall or auth. However, whenever I try send a POST request from one to another, I get this error from Request.js:
Request resp: {
"pathname": "/testSocket",
"path": "/testSocket",
"body": "There was a problem with your request. Error code 13",
"href": "{hidden for privacy}"
Request body: "There was a problem with your request. Error code 13"
Does anyone know what Error Code 13 means in this context? I can't find any Node, Express, or Request documentation that explains it.