Hi,

I am trying to call a url by using HTTPService. Hitting this url &
passing two parameters, starts/stops a service.

This is working fine when I try to do it locally. But when I put it on
the server it does not work at all. It worked yesterday 1-2 times but
after that it does not work. I have to embed the .swf file in a
<object> tag and provide the name of .swf file in <param name> tag.

Would this be a proxy caching problem?

I have used "POST" method and also set some dummyparameter in the url
to be "dummyPara="+new Date().time, but still does not work. Also as
shown below the header has Cache-Control:no-cache set. But still does
not work.

Can somebody suggest me how to solve this?

The header returned by the url is :

HTTP/1.1 200 OK
Date: Fri, 11 Jul 2008 10:32:59 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: text/html; charset=utf-8
Content-Length: 261

Reply via email to