issue with postman header

Hi All,

As part of chrome postman tool, in GET request I am passing a few parameters.

One of the parameter has a lengthy xml string, which has + symbol as part of it. When the request reaching to target application in-place of + symbol space( ) is coming in the request.

Tried with following headers but still no luck.

charset : UTF-8/ utf-8
Content-Type : application/xhtml+xml
: text/plain
: text/html
: application/json

If someone has experience the same, kindly help to resolve it.

BR, Anil.