Forum Discussion
nicgutierrez
10 years agoAce
Hi phani.
I think the http.client context object is what you're looking for, here's the documentation: http://community.lithium.com/t5/Developers-Knowledge-Base/http-client-FreeMarker-Context-Object/ta-p/80614.
You can easily create a post/get request using the following format:
http.client.request("protocol", "host", "url").post()
You can also set the parameters that you want to send using:
http.client.request("protocol", "host", "url").parameter("name", "value")
Hope this helps.
Nic
Related Content
- 4 years ago
- 13 years agoInactive User
- 6 years ago