Encode all Header Parameters Value

Hello support,

I am getting special characters in my header parameters i want to encode all values before sending to backend server, as in my backend server i am doing decoding all values.

0 2 111
2 REPLIES 2

to have a better hope of getting help from this forum, you will need to be A LOT more specific about what you want.

Examples of inbound requests, specific examples of the changes in the headers you want to see.

SPECIFIC examples.

Not applicable

you can make all headers and respective values base64 encoded and send as a header or query parameters. At your backend decode and separate those and use as per your logic.