Spring Boot request header return null value
问题 I have a spring boot project which has some Rest APIs in it. I have two custom headers named request_date and tenant respectively. I am trying to read the value of these headers in an interceptor, but it reads the value for only tenant and returns null for request_date . Important I use a filter to wrap the request object because I want to read the request body later. There is a filter to add CORS headers. When I run my project on localhost and debug the code, I am successfully able to read