mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 08:27:03 +00:00
@@ -1,5 +1,5 @@
|
||||
created: 20180701175133376
|
||||
modified: 20180702132942777
|
||||
modified: 20181216181934282
|
||||
tags: [[WebServer Authentication]]
|
||||
title: WebServer Basic Authentication
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -8,4 +8,4 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
Basic authentication is activated if credentials are specified via the [[username|WebServer Parameter: username]]/[[password|WebServer Parameter: password]] or [[credentials|WebServer Parameter: credentials]] parameters.
|
||||
|
||||
If [[WebServer Authorization]] is configured to allow access by both anonymous and authenticated users then by default users will not be prompted for credentials, and will be given anonymous access. To force a password prompt visit the route `/login/basic` (for example, http://127.0.0.1:8080/login/basic).
|
||||
If [[WebServer Authorization]] is configured to allow access by both anonymous and authenticated users then by default users will not be prompted for credentials, and will be given anonymous access. To force a password prompt visit the route `/login-basic` (for example, http://127.0.0.1:8080/login-basic).
|
||||
|
||||
Reference in New Issue
Block a user