-
I handle CORS in the Gateway project and everything works fine, but some of the downstream services mistakenly add CORS headers to the downstream response (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Gateway can not do that. Infact no api can change configuration of any other API. |
Beta Was this translation helpful? Give feedback.
-
@a510 Hi Ahmad!
No! You have to write special Delegating Handler or Middleware overriding module to process downstream response headers. |
Beta Was this translation helpful? Give feedback.
@a510 Hi Ahmad!
Welcome to Ocelot world!
No! You have to write special Delegating Handler or Middleware overriding module to process downstream response headers.