-
Hi team, I m working on creation of custom policy issue . I need to modify the incoming json for some key ( example : like attaching log id to json data ) . To achieve this i have tried to add the chunk data to a byte array.
and in "end" Method i am fetching the readBuffer and able to get json data . So is there anyway to read the chunk data from apiman , and modify it without disturbing the multipart format. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you checked out the TransformationPolicy plugin as an example that might be helpful to you? |
Beta Was this translation helpful? Give feedback.
Have you checked out the TransformationPolicy plugin as an example that might be helpful to you?