I am trying to fetch contents from a website using CURL in PHP. However, the issue is , the site is returning most probably a deflated or gzipped contents. See contents here and actual website here.
Is there any way to get the contents back. I need to retrieve the values available on the website. Any link or suggestion for this will be appreciated.
Thanks !