Tag Archives: HTTP

Misleading HttpHeaders.getFirst(String)

During a development of REST API microservices with Spring Boot I’m using quite often the class HttpHeaders. In many Spring APIs this is the only way to access HTTP headers, like when developing Spring Cloud Gateway global filter and dealing … Continue reading

Posted in Java, Spring | Tagged , | Leave a comment