Hello,
I'm using RHttpSession class to ask my server for a xml file (using HTTP GET).
The server response is correct - it sends me my xml file packed using zip compression - that's because one of my http session attributes is:
HTTP::EAcceptEncoding == "gzip,deflate"
Is I don't set this property like this server response size is always 0 bytes.
Is there a way to force the server to respond properly without packing data as zip ?
Thanks in advance for hints.
M.



