I am developing against a proprietary library and I\'m experiencing some issues with the cache of the HttpWebRequest. The library is using code equivalent to th
You can change the cache policy: use an http reverse proxy, and remove/change the relevant http headers. It's a hack, but it would work, and quite easily. I'd suggest you use Apache httpd server for this task (with mod_proxy).