Forum Discussion

souravkayal_287's avatar
souravkayal_287
Icon for Nimbostratus rankNimbostratus
Jan 18, 2018

health monitor with username and password credentials

I want to set up a monitor with username and password to check a node for availabality ? How can i do it ? Will it be done in the same way with get and recieve and fill in the username and password fields or do i need to modify the get to send a post request? How can i set up the post reqeust ?

 

2 Replies

  • This is entirely dependent on the application. Does the login require a GET or does it require a POST? You have complete control over the Send String, so you can design it to fit your requirements... and it can do either one just fine.

     

    You're going to need to do some research if you're not familiar with the layout of this format.

     

    format-of-an-http-get-request

     

    I would highly recommend getting with your app dev and design accordingly. They should be well-versed in the aforementioned.

     

  • hello Ryan,

     

    First of what is the authentication type of your application?

     

    FORM, Basic, NTLM ...?

     

    Regards