The current implementation of HttpServletRequest does not allow to set headers. This is a wrapper around it to help you modify request headers
The current implementation of HttpServletRequest does not allow to set headers. This is a wrapper around it to help you modify request headers
Use the following maven dependency to consume this:
<dependency>
<groupId>com.sandeepkaul</groupId>
<artifactId>javax-mutable-request</artifactId>
<version>1.0.0</version>
</dependency>