Zuul proxy is not working with utf-8 urls
See original GitHub issueI have a spring cloud app with Zuul proxy. My zuul proxy doesn’t work with UTF-8 urls. How should I configure it?
This will work in my microservice, without proxy: http://localhost:8080/rest/item/гандан_тикет
However when its behind a proxy http://localhost:9000/core/rest/item/гандан_тикет
the гандан_тикет will come as ??????_?????
into the microservice.
Issue Analytics
- State:
- Created 8 years ago
- Comments:18 (11 by maintainers)
Top Results From Across the Web
Zuul proxy is not working with utf-8 urls - Stack Overflow
I have a spring cloud app with Zuul proxy. My zuul proxy doesn't work with UTF-8 urls. How should I configure it?
Read more >Developers - Zuul proxy is not working with utf-8 urls - - Bountysource
I have a spring cloud app with Zuul proxy. My zuul proxy doesn't work with UTF-8 urls. How should I configure it? This...
Read more >8. Router and Filter: Zuul - Spring Cloud
The proxy uses Ribbon to locate an instance to which to forward through discovery. All requests are executed in a hystrix command, so...
Read more >Redirecting HTTP Requests With Zuul in Spring Boot - DZone
A developer provides a tutorial on how to use the Zuul and Spring Boot frameworks to redirect HTTP requests to and from our...
Read more >Spring Cloud- Netflix Zuul +Eureka Simple Example - JavaInUse
url will route incoming traffic to request for /producer to the employee-producer microservice. Similar routes can be added for other microservices as well....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll work on one, it’s pretty trivial so it shouldn’t take too long @spencergibb.
@jebeaudet PR?