2

I am migrating my application from Zuul to Spring Cloud Gateway. How can I replace the sensitive header part of below code in Spring Cloud Gateway?

zuul:
  routes:
    tableau:
      path:/test/**
      sensitiveHeaders:
      url: https://example.com
      stripPrefix: false
Vy Do
  • 46,709
  • 59
  • 215
  • 313

0 Answers0