Is Windows Phone HTTP client caching automatically ?
When using Fiddler, I don’t see all my requests.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, HttpWeRequest (whihc is used internally by WebClient-if you’re using that) has built in caching which can be quite aggressive, depending on your requirements.
The common work around for this is to append and extra value to the querystring which has no meaning other than to work around the caching of previous calls.
Something like:
or