Is there way to remove some headers in response? There are some headers in response like these that I do not want to expose.
SOAPAction
IBM-App-User (when calling api with oauth token)
Answer by DShute (865) | Sep 15, 2017 at 09:32 AM
You can remove them using gatewayscript - message.headers is the var containing the headers.
Hi DShuttle, I was able to set it blank. But I want to remove the actual header. Was not able to accomplish that. apim.setvariable('message.headers.SOAPAction','')
Expose header x-ratelimit-reset 1 Answer
Need help in grabbing the Request payload from Assembly at multiple positions in IBM API Connect 1 Answer
DataPower Gateway runtime when API Connect is not available 1 Answer
How to access form-urlencoded data in the Gateway script for POST method ? 0 Answers
unable to import user defined policies with toolkit 2018.2.10 1 Answer