My System is configured to have the Windows firewall which blocks the outbound connection and allow connection only through fiddler. In this scenario, when I am trying to send an Https GET request from a node js express server using https node module, it is failing. But when I try the same request from the browser it is successful. What might be the issue because of which it is failing?
And when I add a TCP port rule in windows firewall to allow 80 and 443 rule, the node js request also succeeds.
We need to add a rule in windows firewall outbound rules to allow the application to send a request.
Steps to add the rule :