Search code examples
windowssecuritywebserverembeddedwebserver

when i start my emmbedt web server on port 8080 i get windows security alert , can i avoid it?


is there any way to avoid this when using embedded web server in windows?
i don't want users to be scare


Solution

  • If you bind to all interfaces and the firewall is enabled, there is no way to avoid this. If your service does not need to be accessed from outside of the computer, you can bind to just localhost which should avoid the firewall warning.