Hi,
What do you wish to do exactly? To where do you wish to go an HTTP POST or GET?
Som ideas:
* If it’s to get some external content XWiki has some APIs.
* You could use groovy which makes it extra easy to do HTTP (see snippets on
extensions.xwiki.org or google it)
Thanks
-Vincent
On 15 Oct 2015 at 03:44:24, Debajit Adhikary (debajit1(a)gmail.com) wrote:
What is the easiest/recommended way to make an HTTP POST or GET call from
within an XWiki extension?
Should I use Restlet? (I am guessing XWiki comes with Restlet support)