http check html display
Posted: Fri Mar 06, 2020 10:44 am
How would I check a url and the html displayed?
I need to check the following:
https://prod.xxxxx.com/rest/v1.0/CreditCard/Status
https://prod1.yyyyy.com/rest/v1.0/CreditCard/Status
For a successful attempt the html displayed would be:
{"Result":{"ResultCode":0,"ResultDetail":"Up"}}
How would I write this into a .cfg?
I need to check the following:
https://prod.xxxxx.com/rest/v1.0/CreditCard/Status
https://prod1.yyyyy.com/rest/v1.0/CreditCard/Status
For a successful attempt the html displayed would be:
{"Result":{"ResultCode":0,"ResultDetail":"Up"}}
How would I write this into a .cfg?