Forum Discussion
Dbow_21284
Nimbostratus
Aug 18, 2009Help with External HTTP Monitor (cURL) - Requires http authentication
Hello,
I am taking a variation of an external monitor used when NTLM auth is required and tweaking it for jsut regular http authentication. However, I am having an issue getting it to work en...
hoolio
Cirrostratus
Aug 19, 2009It might be an interesting exercise to troubleshoot the external monitor issues, but for basic auth monitoring, it is more efficient to use a standard HTTP monitor with a customized send string which includes the Authorization header. If the page you want to check the response content for is /whatsup.aspx, you should try using that in the send string:
GET /whatsup.aspx HTTP/1.1\r\nHost: members.acc.org\r\nConnection: close\r\nAuthorization: Basic ZGRlbmJvdzpiYWJ5cmVuMQ==\r\n
If that doesn't work, can you reply with the applications response? It might actually be necessary to make a request to the intermediate page with an external monitor, but it makes sense from a resource perspective to try to do it first with an standard HTTP(S) monitor.
Aaron
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