I use two methods to monitor my website.
There are different results about the two test method when the web renturn 500 code
The URL test can find the problem but http test can't.
Maybe the cache?
About the http test and the URL test
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
I do not think it 's related to cache. HostMonitor always uses "no-cache" flag. Anyway, HTTP code 500 means "internal server error". Could you check your Web erver log files? Are there any error messages?
Also I would suggest you to perform two things in order to make "URL" test method works properly:
1. Please change or add value of the following registry key
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\EnableHttp1_1 from 0 to 1
2. Manually add "Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022)" string into "Agent name" box in "Options" -> "Miscellaneous" tab -> "Settings for URL tests" area and select it.
Regards,
Max
Also I would suggest you to perform two things in order to make "URL" test method works properly:
1. Please change or add value of the following registry key
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\EnableHttp1_1 from 0 to 1
2. Manually add "Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022)" string into "Agent name" box in "Options" -> "Miscellaneous" tab -> "Settings for URL tests" area and select it.
Regards,
Max