HI I need to monitor an aspx website. The monitor needs to pass credential information and get back an xml to determine if the service is active and accepting authentication requests correctly.


Article Comments

Hi there,

You can try the "HTTP Transaction Sensor" for this purpose. There you can define multiple steps and you can provide the credentials either via GET (as parameter "&user=XYZ&pass=XYZ") or via POST (user=XYZ&pass=XYZ).

Best regards.


May, 2017 - Permalink