spring-cloud / spring-cloud-netflix

Integration with Netflix OSS components
http://cloud.spring.io/spring-cloud-netflix/
Apache License 2.0
4.85k stars 2.43k forks source link

not able to exceute #4244

Closed anjali090600 closed 5 months ago

anjali090600 commented 5 months ago

Hello @OlgaMaciaszek as you suggest i implement that but it is not working could you please help me out zuul: sensitiveHeaders: Cookie,Set-Cookie routes: greatService: path: /api/greatingService/** url: https://localhost:8980/hs-laii-gateway/api/greating/

goodService:
  path: /api/goodService/**
  url: http://localhost:8680/hs-laii-good/
  predicates:
    - Path=/api/goodService/**
  timeout:
    connect-timeout: 1000
    response-timeout: 5s

but it is not working

OlgaMaciaszek commented 5 months ago

Hello @anjali090600, please do not duplicate issues. Please see the response. Duplicate of gh-4241.