Wiki source code of Authentication
Version 2.5 by Vincent Massol on 2011/10/28
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | |
2 | 1 Basic authentication | ||
3 | |||
![]() |
2.1 | 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 URL scheme: |
![]() |
1.1 | 5 | |
6 | {code} | ||
![]() |
2.1 | 7 | http://username:password@mywiki.xwiki.com/xwiki/bin/view/Main/WebHome?basicauth=1 |
![]() |
1.1 | 8 | {code} |
9 | |||
10 |