Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Finding a string in a gzip compressed client payload

PiotrL
Cirrus
Cirrus

How can I uncompress client payload to find something ?

 

4 REPLIES 4

Yoann_Le_Corvi1
Cumulonimbus
Cumulonimbus

Hi

 

Funny, I just had to do the same thing for ASM 🙂

 

Have a look at this, it worked for me :

 

https://support.f5.com/csp/article/K65342257

 

Yoann

 

 

It turned out, that the payload is additionally encrypted on app level, so this closes the case.

Great.

Do not hesitate the mark it as Answer if it helped 🙂

 

Have a nice day.

 

PiotrL
Cirrus
Cirrus

Thanks Yoann

I tried: DECOMPRESS::enable request at the HTTP_REQUEST, but with no success.

In a http header from client there are no "Accept-Encoding" or "Content-Encoding" - seems it is not a standard communication ...