RSS basic authentication
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API implementation
To enforce basic authentication on each request for an RSS feed, set the property glide.basicauth.required.rss to true.
RSS request would have to contain the Authorization header as specified in the
Authentication protocol. Because the request is non-interactive, we always require the
Authorization header during a request.
Note: If you plan to disable
RSS basic authentication, make sure that tables in the platform have the right ACL entries to
protect from unauthorized access.
To specify basic authentication on the URL, put the username and password pair separated by a
colon in front of the server name before an @ character. For example, to submit the demo
credentials for the ITIL user, use the following
URL.
Some older browsers, such as Microsoft IE 7 do not support direct URL authentication. If the site uses basic authentication, Internet Explorer automatically prompts users for a user name and a password. In some cases, users can click the Remember my password box in the prompt to save their credentials for later visits to that site.