Header

The Header interceptor adds a new header to the request or response.

There are three required fields to configure the interceptor. One of them is the header type, which can be APP, ACCESS_TOKEN or CUSTOM.

For all of them, you must add the name that makes up the name-value pair. The third required field, containing the value, differs according to the header type.

If the type is APP or ACCESS_TOKEN, you must input the value of the Extra Field section of the app or access token registry into the Extra field of the interceptor settings. Otherwise, no value will be added to the header.

header app

For the CUSTOM type, however, you can input any value in the Value field.

header custom

Header Removal

The platform removes some headers during the traffic of requests.

These changes occur before the execution of the Internal API Call and Service Callout interceptors, before the destination and after the backend response.

In the case of interceptors, the following headers will be removed:

host, content-length e transfer-encoding.

In the case of destination, the following headers will be removed:

content-length e transfer-encoding.

After the backend response, the following headers will be removed:

content-length, transfer-encoding, content-encoding.

Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]