Hiii,
We all know that when we send a request to sever over http it will send the request to port 80 on the server.however, my spring boot application is running in port 8085. My questions are #1. how does the request is processed when sent to port 80.what do u call the application that is handling incoming http/s request and what do u call the application running on port 8085.like application server or web server