API - Update HTTP Auth
Update HTTP Auth for your Solr Index
- GET https://opensolr.com/solr_manager/api/update_http_auth
-
Parameters:
- email - your opensolr registration email address
- api_key - your opensolr api_key
- core_name - the name of the core you wish to add or update HTTP Auth. protection for
- username - the username you want to use for the core you wish to protect using HTTP Auth.
- password - the password you want to use for the core you wish to protect using HTTP Auth.
-
Example: https://opensolr.com/solr_manager/api/update_http_auth?email=PLEASE_LOG_IN& api_key=PLEASE_LOG_IN&core_name=my_solr_core&username=index_auth_username&password=index_auth_password

