如何刷新xml的响应? [英] how to refresh response of xml?

查看:70
本文介绍了如何刷新xml的响应?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

下面是我在服务器中的asp页面

Below is my asp page in the server


http://test.com/Request.asp

推荐答案

> http.Open"POST"," http://test.com/Response.asp?xml_request =" &安培; pXML,true [...]每次响应都相同为什么?





可能是由于缓存造成的。尝试使用
Fiddler
检查流量 

"304未修改"的情况响应只是将随机值添加到请求中。像这样的东西: 
> http.Open "POST", "http://test.com/Response.asp?xml_request=" & pXML , true [...] Every time response is coming same why?


maybe due to caching. try to inspect traffic with Fiddler 
in the case of a "304 Not Modified" response simply add random value to the request. something like this: 

"&rnd="+Math.random()


这篇关于如何刷新xml的响应?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆