Relative Content

Tag Archive for windowshttplocalhostfirewall

How to add http://localhost:3000 to Windows through Firewall?

I am following along to a course on Test Automation Academy, on Introduction to Cypress and the course uses http://localhost:3000. Currently I cannot run any the code on my machine I have cloned from GIT as I have Firewall enabled and do not want to turn off all my Firewall for run localhost on my machine, as it would be unsafe. Does anyone know for Windows if there is a way to enable a new inbound rule to add http://localhost:3000 to it and to allow an exception for it and how to do it?