Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Tiago Bernardo
Champion
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¶m2=valueTwo
what values for the parameters should I use?
1)
URL: "https://mydomain.pt/hello/test.jsp"
Arguments: "test.jsp?param1=valueOne¶m2=valueTwo"
2)
URL: "mydomain.pt/hello"
Arguments: "test.jsp?param1=valueOne¶m2=valueTwo"
3)
URL: "mydomain.pt/hello/test.jsp"
Arguments: "param1=valueOne¶m2=valueTwo"
4) or something else...
Thanks.
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¶m2=valueTwo"
Cheers
Miguel Simões João
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...