Netflix / zuul

Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Apache License 2.0
13.55k stars 2.39k forks source link

addZuulRequestHeader set header info #369

Closed vincent-lee-shi closed 1 day ago

vincent-lee-shi commented 7 years ago

firstly. i use this code in the ZuulFilter: RequestContext.getCurrentContext().addZuulRequestHeader("test", "测试"); and then get the "test" value from spring mvc HandlerInterceptor like this: System.out.println(request.getHeader("test")); so i got this: KÕ, not 测试

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 day ago

This issue was closed because it has been stalled for 7 days with no activity.