send string
3 TopicsHow does https send string works ?
Hi Team , How does the below send string works ? What is the exact meaning of this send string path ?Can someone please explain in detail based on the below mentioned send string . Send string : GET /PasswordVault HTTP/1.1\r\nHost: example.xyz.com\r\nConnection: Close\r\n\r\n Receive string : 2001.5KViews0likes2CommentsConfiguring custom health check (send string)
I need to configure custom health monitors (http & https) and I'm stuck at configuring the Send string. I have it configured to go to and receive "yes". When I configured the Send string I used the following which isn't working; GET /sso.companyname/sortingpen/sortingpen.aspx\r\n I've tried multiple variations and nothing is working. Thanks in advance for your help!!250Views0likes2CommentsMonitor 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/Login.aspx?AccountID=username&Password=password Upon success of that, the IIS server sends back a 302 redirecting to another URI (/Orion/SummaryView.aspx?ViewID=1). My health monitor doesn't seem to work no matter what receive string I look for. If I have it look for content in the second URI, it fails. If I have it look for "Object moved" in the first URI, it fails. My send string looks like this: GET /Orion/Login.aspx?AccountID=username&Password=password HTTP/1.1\nHost: hostname.fqdn\r\nConnection: close\r\n\r\n If anyone has any experience with Solarwinds (or similar 302 redirects after login) send and receive string monitors, I'd certainly appreciate any pointers. Thanks in advance, Roy482Views0likes3Comments