Forum Discussion
roykidder
Mar 13, 2014Nimbostratus
Monitor question: 302 after login on Solarwinds Orion
I'm trying to write a health monitor (LTM 11.4.1 HF2) for the Solarwinds Orion web interface where I'm passing login credentials in the URI portion of the GET which looks like this:
GET /Orion/L...
nathe
Mar 13, 2014Cirrocumulus
Roy,
Two things, I'd change the monitor to a HTTP 1.1 one, as default f5 health monitors are v0.9.
So something like this:
GET /Orion/Login.aspx?AccountID=username&Password=password HTTP/1.1\r\nHost:\r\nConnection: Close\r\nAccept: /\r\n\r\n
Hopefully my syntax is correct here.
Also, take a look at the following link as it may help Troubleshooting Health Monitors
Hope this helps,
N
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