jimbohookem
Programmer
Hello, I found two prior article that are close
thread851-633914
thread851-762504
but doesn't seem to address my problem specifically. I'm not a Cisco Engineer, I'm acutally a web developer who's helping the Ciso Engineer. But this problem is definitely an ASP issue.
Everything works fine but when the Response.ContentType = "text/xml", the page refresh (Response.AddHeader "Refresh", "5;URL=http://localhost/ReturnXML2.asp") does not work.
When I remove the ContentType or change to "text/plain" the redirection works but on a test ASP page but the phone then doesn't render the image.
Can anyone shed some light on why the redirect/refresh doesn't work when the ContentType = "text/xml"?
thread851-633914
thread851-762504
but doesn't seem to address my problem specifically. I'm not a Cisco Engineer, I'm acutally a web developer who's helping the Ciso Engineer. But this problem is definitely an ASP issue.
Everything works fine but when the Response.ContentType = "text/xml", the page refresh (Response.AddHeader "Refresh", "5;URL=http://localhost/ReturnXML2.asp") does not work.
When I remove the ContentType or change to "text/plain" the redirection works but on a test ASP page but the phone then doesn't render the image.
Can anyone shed some light on why the redirect/refresh doesn't work when the ContentType = "text/xml"?