24 Oct
2010
24 Oct
'10
11:56 a.m.
On 24 oct. 2010, at 13:54, Sergiu Dumitriu wrote:
call the web page from groovy new java.net.URL("blablalba").getContent()
Thanks beforehand! Eugen
Yes, but note that the URL will be fetched without any session information, so if the requested page is private (not visible for guests), it won't work.
or call http://user:password@host:port/xwiki/bin/view/Space/Name paul