0

I am using Ocelot gateway for routing asp.net core micro-services but in case of aggregation its missing response headers(security header).

Any solution?

Faisal
  • 45
  • 1
  • 8
  • Implement [your own](https://ocelot.readthedocs.io/en/latest/features/requestaggregation.html#advanced-register-your-own-aggregators) aggregator and compose the response as you like. Refer [SimpleJsonResponseAggregator.cs](https://github.com/ThreeMammals/Ocelot/blob/develop/src/Ocelot/Multiplexer/SimpleJsonResponseAggregator.cs) for sample implementation. – Artur Dec 18 '20 at 21:37
  • @Arture looks like this aggregator not synced with latest changes. Can you plz refer any link of custom aggregation example. – Faisal Dec 21 '20 at 12:13
  • What do you mean? The link I provided is to `development` branch, it means newest. – Artur Dec 21 '20 at 14:23

0 Answers0