-
Hi guys I am not sure where to ask the question for the Ocelot team. We have to mask some PII data coming from our API Services to vue.js client (public website). At this stage, before creating specific methods for this (reluctant of doing it because API can be used by other clients, where the mask is not going to be used), is there any way to do it on the Ocelot side? Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @vladnech !
The most relevant is delegating handler scenario. This will be a lite solution. Hope it helps! |
Beta Was this translation helpful? Give feedback.
Hi @vladnech !
You can transform data and convert JSON fields by the following:
HttpResponseMessage
object for selected routes with defined handler typeThe most relevant is delegating handler scenario. This will be a lite solution.
Hope it helps!