-
When uploading big files (>1GB, smaller files work fine when using the /zuul/* path), zuul seems to 'forget' to send the multipart data for 'file'. This results in a "Required request part 'file' is n…
-
Hi there!
I think I've found a bug in Zuul. My setup is the following:
- [eureka server](https://github.com/spring-cloud/spring-cloud-netflix/files/1329194/eureka-service.zip)
- [a RESTful Web Se…
-
I am using zuul as a reverse proxy for my requests and using ribbon for identifying backend servers as follows:
```
zuul:
routes:
service-a:
path: api/service-a/etc
stripP…
-
### Expected behavior
Per RFC 7230 (https://tools.ietf.org/html/rfc7230#section-3.1.1) CRLF (\r\n) included in the Request Line should be honored.
request-line = method SP request-target SP HT…
-
I am using ZUUL APIGateway and there is a requirement to redirect user to other site and open the new url in browser. what is the best way ?
-
com.netflix.zuul.exception.ZuulException: Forwarding error
at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException(RibbonRoutingFilter.java:189) ~[spring-cloud-ne…
-
Hello team,
With microservices applications and the **gateway** in Jhipster v5.2.1 (maybe older v5 also) when the server http compression is enabled (ex. with prod profil), the response of an requ…
-
Hi,
Is there any easy way to redirect my request to a new path within the same service without using custom filters? I used "url:forward"...but it is not working for me
zuul:
routes:
events…
-
## I use zuul send request the response is waitting ,
I have rewrited the SendResponseFilter ,because in my project I want do cache and convert result to JSON and JsonP .
by analysis the dump ,…
-
I m trying to add throttling layer to my microservice using zuul-ratelimit.
I need client wise throttling capability. e.g
1. User1 can hit 10 req / s
2. User2 can hit 20req / s
But my applicati…