Does Genesys API support data compression using gzip,deflate and br in Headers

@Eos_Rios Does Genesys API support data compression using gzip,deflate and br in Headers.
I tried for Conversation Jobs Endpoint with support Content-Encoding or Accept-Encoding in Headers.
The response size is not changed with or without Encoding Headers.

{
    "Accept-Encoding": "gzip, deflate, br"
}

Sounds like you've answered your own question.

My query is why the response size is not changing with encoding headers.

Because they don't support that request, obviously, so it gets ignored, because it means and does absolutely nothing unless it has a handler to respond to it.

Okay, Got it.
Thanks for the explanation @Eos_Rios

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.