Tag: Spring-Boot

Three Ways That Help You Retrieve Request Object from Spring-Boot

HttpServletRequest Request for short, is a Servlet API that provides an object for obtaining client-initiated HTTP request information. For example: Get the request parameters Get the request header Get the session information Get the IP address of the request and other information ...