identify web pages with deflate encoded content
Moderator: General Moderators
-
runeveryday315
- Forum Newbie
- Posts: 3
- Joined: Tue Sep 08, 2009 8:08 am
identify web pages with deflate encoded content
i want to make a tool,which can identify web pages whether with deflate encoded content .like GIDZipTest tool.but i don't know how to do it ,who can give me some tips?thank you.
Re: identify web pages with deflate encoded content
You can probably do a HEAD request (with fsockopen) and check the Content-Encoding response header for "deflate".
Example #1 is halfway there.
Example #1 is halfway there.