I have no control over the web service I aam calling so adding header attributes is not an option. I have tried adding a timestamp in the url but that did not work. Any ideas?
Share
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.
A total hack would be to add random parameters to the URL request..
The parameters will be ignored on the server end, but WinJS.xhr will think you are making a new request. Sorry that I don’t have more time to dig in and see if there is a better way… but that was the first thing that popped into my head.