Search found 2 matches

by tadam
Tue Nov 22, 2022 5:12 pm
Forum: Generic questions
Topic: Accept gzipped JSON requests
Replies: 3
Views: 15070

Re: Accept gzipped JSON requests

This servlet filter works as expected!

Thanks for your help!
by tadam
Mon Nov 21, 2022 5:52 pm
Forum: Generic questions
Topic: Accept gzipped JSON requests
Replies: 3
Views: 15070

Accept gzipped JSON requests

In the Xserver2 documentation you mention that "The PTV xServer will accept compressed requests and send compressed responses".
The response compression works succesfully if we set Accept-Encoding header with gzip value.
The problem is the other direction, if we send a gzipped json request to ...