Forum Discussion
DNG_23691
Nimbostratus
Oct 27, 2009.NET vs. HTML Basic Monitoring
Problem: I can use a basic http monitor to query a .html page and get a response text with no issue. However, if I use a .NET page (.aspx) it will fail. The response text in the browser is correct, but the underlying code returned on the page must not be. Can't figure it out.
Monitor details:
GET /ck.cfm HTTP/1.1\nHOST:www.xyz.com\nConnection: Close\n\n
Returns Hello in the browser and Hello in the source of the return.
GET /HealthCheck.aspx HTTP/1.1\nHOST:www.xyz.com\nConnection: Close\n\n
Returns Hello in the browser but returns this in the source:
<br> Health Check Page <br>
name="form1" method="post" action="HealthCheck.aspx" id="form1">
Hello
Can't be sure what's going on.
Any thoughts?
- hoolio
Cirrostratus
Hi, - DNG_23691
Nimbostratus
Sorry I wasn't clear. - hoolio
Cirrostratus
If you enable bigd debug (b db bigd.debug enable / disable) and check the log file (/var/log/bigdlog), do you see a valid response being marked as failed? What does the debug log show for the response which should contain "Hello"? - DNG_23691
Nimbostratus
I'm sorry, after reviewing this more closely, I found I was using the wrong URL in the monitor. Its working fine. Thanks for responding.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects