Sentry-go KnowledgeBase
|
|
Title |
How to pass parameters to a web page with HTML Content monitoring |
|
Applies To
|
Sentry-go HTML Content Monitoring component |
|
Problem:
When you define a web page (URL) to be checked, the target
page requires one or more parameters to work correctly.
Cause:
How you pass parameters depends on the version of Sentry-go
and the web page (URL) itself.
Solution:
-
If you are using a GET ...
- Simply append them to the URL itself, as the browser would do.
- To do this use the format
www.YourSite.com/YourPage.htm ?Parameter1=Value1&Parameter2=Value2
etc.
- Additional hidden parameters can also be passed using the "Parameters field.ot;Parameters field.
- Use the format
Parameter1=Value1&Parameter2=Value2 etc.
If you are using a POST ...
- All parameters are passed via the "Parameters field.
- Use the format
Parameter1=Value1&Parameter2=Value2 etc.
|
|