-
I am trying to transform the original request by writing custom wrapper extending HttpServletRequestWrapper and adding additional attribute in ZuulFilter 1. But my origin service is not receiving this…
-
Following the "Getting started" section, I created an empty project via [start.spring.io]( http://start.spring.io) and the following dependencies:
```xml
de.codecentric
spring-boot-admin…
ghost updated
7 years ago
-
Hi,
When using ZuulProxy as API & Security Gateway (handling oauth2 tokens and propagating to downstream services - Zuul annotated with @EnableOAuth2SSO) it is returning 200 OK (zuul default) http…
-
hi guys
```
GATEWAY
spring:
application:
name: gateway-service
aop:
proxy-target-class: true
server:
port: 8080
zuul:
routes:
crmdata-by-sevice:
path: /crmda…
-
How to use this component with `history/createMemoryHistory` at server side, if we have base URL different from '/'?
This code doesn't work:
`const history = createHistory({
initialEntries: [re…
-
service always shows unknow, but health return up
```
{
"status": {
"code": "UP",
"description": "Spring Cloud Eureka Discovery Client"
},
"details": {
"discoveryComposite": …
-
-
I have my Gateway with routes for HTTP (non-secured) and HTTPS (secured) origin services (back-end services) once I **enable** HTTPS for Gateway instance () its not behaving as it used to be.
This…
-
I have configured the URL redirect with spring-cloud-netflix-core 1.2.6. and spring boot 1.5.2
My original request
http://localhost:8080/uri?param1=¶m2=¶m3=value
I want to forward this …
-
I have a `Zuul` server that proxies all my requests to autodiscovered (via Eureka) routes.
This works fine most of the time. However, I have noticed some very odd behaviour the occurs sporadically …