/datapower-suppress-request-http-header

A XSLT snippet for suppressing an HTTP Header which arrived within the request.

Primary LanguageXSLT

Suppress an HTTP Header

Using IBM DataPower Gateway, sometimes you need to remove some HTTP headers which sent by the client within the request, because they are not relevant to the backend endpoint (like 'Authorization' in a case the DataPower itself authenticates the client).

How to use it?

Just drag this XSLT to your processing rule (as a transform action), set the header name under the 'Advanced' tab and set the INPUT & the OUTPUT of this action to NULL.