I am using the event logger from CSP gateway with level "v9r" enabled, in order to dump the raw content of some HTTP requests.
I would like to decode the body response data, when it's in binary form. AFAIK the event logger will convert characters outside the 32-127 range (EBCDIC) to the "\xff" notation (where ff is a hexadecimal value). Here is an example :
| Content | What is written in the log | Remark |
| helloworld | helloworld | |
| hello £ world | hello \xc2\xa3 world | £ is C2A3 in Unicode |
| hello \xc2\xa3 world | hello \xc2\xa3 world | same as line above ! |
The way it works seems
.png)
.jpg)
.jpg)
.jpg)

.png)

.png)
.png)
.png)


