| Dart Home | PowerTCP Web for ActiveX | Custom Development | Reply | PowerTCP Web for ActiveX Topics | Forums |
| Author | Forum: PowerTCP Web for ActiveX Topic: Status 500 |
| N/A | posted March 16, 2001 10:51 AM I am getting the following returned in the status and status text fields when calling the http.head method for an intranet URL (Ex. http://server.intranet.xx/web/webpage.html) This code works fine when calling an internet site (Ex. http://www.cnn.com). When I type the intranet URL into IE5.5, the page gets displayed as it should. Any idea why it is working for IE but not through my .ASP page? Status = 500 Status Text = Cache Detected Error Here is the code which produces this results: Dim Http1 Dim m_oProxyBypass Set Http1 = Server.CreateObject("Dart.Http.1") Set m_oProxyBypass = Server.CreateObject("Dart.DartStrings.1") m_oProxyBypass.Clear Http1.Proxy = "www.mydomain.com:80" m_oProxyBypass.Delimiter = ";" m_oProxyBypass.Add "*.mydomain.com" Http1.ProxyBypass = m_oProxyBypass Response.Write "Status = " & Http1.status & "<br>" Response.Write "Status text = " & Http1.statustext set m_oProxyBypass = Nothing Set Http1 = Nothing |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted March 16, 2001 12:06 PM I've never heard of that one. Sorry I could not provide a solution. Tony |
| Reply | PowerTCP Web for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|