|
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. |
Answered by
raman-m
Mar 27, 2024
Replies: 1 comment
|
Hi @vladnech !
The most relevant is delegating handler scenario. This will be a lite solution. Hope it helps! |
0 replies
Answer selected by
raman-m
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vladnech !
You can transform data and convert JSON fields by the following:
HttpResponseMessageobject for selected routes with defined handler typeThe most relevant is delegating handler scenario. This will be a lite solution.
Hope it helps!