mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
Adds optional HTTP Basic Authentication to Robust service connectors.
This commit is contained in:
@@ -470,6 +470,16 @@
|
||||
;; web server
|
||||
; user_agent = "OpenSim LSL (Mozilla Compatible)"
|
||||
|
||||
;; The follow 3 variables are for HTTP Basic Authentication for the Robust services.
|
||||
;; Use this if your central services in port 8003 need to be accessible on the Internet
|
||||
;; but you want to protect them from unauthorized access. The username and password
|
||||
;; here need to match the ones in the Robust service configuration.
|
||||
; AuthType = "BasicHttpAuthentication"
|
||||
; HttpAuthUsername = "some_username"
|
||||
; HttpAuthPassword = "some_password"
|
||||
;;
|
||||
;; Any of these 3 variables above can be overriden in any of the service sections.
|
||||
|
||||
|
||||
[XMLRPC]
|
||||
;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule
|
||||
|
||||
Reference in New Issue
Block a user