Download Gzip XML File in Php

earlwalrus

New Member
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".I really appreciate your help.Thanks in advance.
 
Back
Top