Thanks,
Jonathan
WinHTTP does not implement a local HTTP response cache. The only cache
options, as you have noted, are related to suppressing the proxy server (if
there is one) from replying with a response from its cache.
You can instruct the proxy server to not use its cache by adding "Pragma:
No-Cache" and "Cache-Control: No-Cache" headers to your HTTP request. Or you
can use the WINHTTP_FLAG_BYPASS_PROXY_CACHE flag with the WinHttpOpenRequest
Win32 API.
Regards,
Stephen Sulzer
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jonathan" <jona...@NO.SPAM.com> wrote in message
news:e7pMN3KnCHA.1616@TK2MSFTNGP12...