Hi,
May I ask that, if I am trying to do a POST do a random port e.g. https://localhost:5001/api/TodoItems/1. and In “Body” is just a simple, raw, JSon, then;
{
“name”:“walk dog”,
“isComplete”:true
}
However, no matter what port I am choosing, I always get “Error: connect ECONNREFUSED”
I already disabled SSL certificate verification and unticked using system proxy. Is there a way for me to just POST to my localhost