Which to choose over hiding ip port( and security measures) also APACHE HTTP or TOMCAT or other(if there are any)?
I'm highly skeptical which to choose between these servers and what suited best for my options to control incoming request.
I have a REST api made with https://github.com/RestExpress and I have a hosting that points to an ip that holds my rest api. I want to hide the port that is used with my server and also add security measures to it(if possible, better to have security in advance than nothing i guess ).
Actually I could just change my rest server to accept default port 80 for http request but unfortunately that would also update my mobile-clients to update it too.
Security measures like cleaning incoming request for malicious http request or any.
What to choose over and why?
Your inputs will be highly appreciated.
Thanks, David