Test your inline URL content filter
Following on from this post, here’s an easy way to see what your content filter does and does not check. The steps are:
- Visit http://wirewatcher.net/urlfiltertest/testit.aspx
- Check your content filter logs to make sure there’s an impression.
- Click the “Submit me via GET” button. The page will refresh, albeit with the same content as it had originally.
- Check your content filter logs to make sure there’s an impression.
- Click the “Submit me via POST” button. The page will refresh, albeit with the same content as it had originally.
- Check your content filter logs to make sure there’s an impression. If there isn’t one, then your content filter isn’t being queried for POST requests.
- Visit http://wirewatcher.net:50000/urlfiltertest/testit.aspx
- Repeat steps 2 – 6 above. If you get no pages back at all, then it’s likely that there is some degree of egress filtering going on to prevent you from seeing the page (a good thing!). If there are no log impressions on the content filter, then your content filter isn’t being queried for HTTP on nonstandard ports.
If you want to, please posts your results as comments, together with:
- The brand of content filter software
- The type of intermediate device that is querying the content filter (router, firewall, proxy, etc.)