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


Is there a way to avoid this when using the embedded web server in windows?
I do not want to scare the user

If you connect to all the interfaces and the firewall is enabled, So there is no way to avoid this. If your service is not required to access from outside the computer, then you can just connect to localhost , which should avoid firewall warning.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -