4
Views
1
Comments
Extension HTTPRequestHandler, action GetRequest_Submit: parameter values?
Question
I'm using version 4.1.4 of the extension HTTPRequestHandler.
Unfortunately, the description for the action GetRequest_Submit is not very helpful for the values to use for the "URL" and "Arguments" parameters... Just a little example would be nice...

If I what to get the following URL:

https://mydomain.pt/hello/test.jsp?param1=valueOne&param2=valueTwo

what values for the parameters should I use?

1)
URL: "https://mydomain.pt/hello/test.jsp"
Arguments: "test.jsp?param1=valueOne&param2=valueTwo"

2)
URL: "mydomain.pt/hello"
Arguments: "test.jsp?param1=valueOne&param2=valueTwo"

3)
URL: "mydomain.pt/hello/test.jsp"
Arguments: "param1=valueOne&param2=valueTwo"

4) or something else...

Thanks.
2018-05-03 15-19-41
Miguel João
Staff
Hi Tiago

For the GetRequest_Submit, and for URL and Arguments parameters, you should use:

URL: "https://mydomain.pt/hello/test.jsp"
Arguments: "param1=valueOne&param2=valueTwo"

Cheers

Miguel Simões João
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.