25 Apr
2014
25 Apr
'14
12:51 p.m.
Thanks so are they a way to send login/password by URL? because my xwiki "Prevent unregistered users from viewing pages, regardless of the page or space rights “
Did you check the REST documentation for example? Now yes :-) http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI I tested a simple curl request with login/password and my groovy macro is launched: curl -u "Login:Password" http://my.server.i2:8080/bin/view/BacASable/TestPage2 anyway this request doesn't launch groovy code: curl -u "Login:Password" http://my.server.i2:8080/rest/wikis/xwiki/spaces/BacASable/pages/TestPage2 (but it doesn't matter) thanks a lot Pascal B