Nugget post: PAC file validation

A nifty tool that’s quite useful in catching errors in your PAC [proxy auto config] file is “pacparser”. You can find it here: http://code.google.com/p/pacparser/ The win32 zip file contains a binary executable that you just point to your PAC file and an example URL to test with. It will then use javascript to parse the … Continue reading Nugget post: PAC file validation

Redirecting HTTPS sites using ProxySG

Some customers often ask when using a proxy, if it’s possible to redirect one HTTPS site to another. IE will not accept a non-2xx code in response to an HTTPS. Officially, there is nothing more to it, it’s not possible… I have a workaround/hack for this. Please be aware that I provide this to you … Continue reading Redirecting HTTPS sites using ProxySG