Jersey filter does not give header values
问题 We are using jersey 2 for our REST web services in Java. We have created the javax.ws.rs.container.ContainerRequestFilter and javax.ws.rs.container.ContainerResponseFilter We have headers while sending a request like appKey, secret, token etc. If we hit a request from Postman, it gives all the header with their values as follows: { host=[localhost:8080], connection=[keep-alive], authorization=[bearer <token>], cache-control=[no-cache], x-request-id=[<request-id>], x-api-secret=[<secret>],