Zuul -> Eureka Server, Basic Authentication issue
问题 I am able to hit the service, if the flow doesn't contain Basic Authorization. If i use Basic Authorization, it throws "message": "Full authentication is required to access this resource" Below are my observations: In ZuulFilter, run() method, i get value for request.getHeader("Authorization") --> Basic c29tOnNvbzz== but once it reaches the Micro Service, i am getting value as 'null', request.getHeader("Authorization") --> null Using Spring Boot version : 1.4.0.RELEASE This is my flow: ------