Reputation: 1163
I have a node.js based web app which I have hosted in an azure environment as a web service. I am trying to post some data to another server from my webapp to basically store the login details. I am getting an error problem with request: connect EACCES. However I am able to post data using postman to the same server. Any help would be highly appreciated!
Upvotes: 1
Views: 372
Reputation: 22039
From error message, I should add Access Restriction
in your app services.
Related post:
From related post, I think you can Add Access Restriction
in your app services.
Upvotes: 1