Topic by Phillip DuLion
Content
I recently tried enabling standard HTTP GZIP content encoding on our interactions with the Connect Knowledge Foundation SOAP APIs. After I did this, I started getting SOAP fault messages containing "Index Out Of Bounds".
I'm assuming the Connect SOAP APIs do not support HTTP GZIP content encoding. Is this correct, or is there something else I should be adding?
Headers={Accept=[*/*], Accept-Encoding=[gzip;q=1.0, identity; q=0.5, *;q=0], Content-Encoding=[gzip], SOAPAction=["GetPopularContent"]}