question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Zuul proxy is not working with utf-8 urls

See original GitHub issue

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 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:closed
  • Created 8 years ago
  • Comments:18 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
jebeaudetcommented, Jun 1, 2016

I’ll work on one, it’s pretty trivial so it shouldn’t take too long @spencergibb.

0reactions
spencergibbcommented, Jun 1, 2016
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found