Wiki source code of Authentication

Version 1.1 by slauriere on 2008/06/27

Show last authors
1
2 1 Basic authentication
3
4 XWiki supports [basic access authentication>http://en.wikipedia.org/wiki/Basic_access_authentication], a method designed to allow a Web browser, or other client program, to provide credentials - in the form of a user name and password - when making a request. You can get authentified against an XWiki server with the basicauth protocol using the following type of URL:
5
6 {code}
7 http://username:password@mywiki.xwiki.com/xwiki/bin/view/Main/WebHome?basicauth=1works
8 {code}

Get Connected