I have an xml file around 30 MB, which is distributed to client as Gzip Xml File through URL, but the problem is that as a Client, I can't save a copy of it into the client's server, as xml file.
When I try with SimpleXMLElement
, it says that I have a problem on:
Request must contains the Accept-Encoding: gzip, deflate header