Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
cd52bd09
Commit
cd52bd09
authored
Dec 21, 2015
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1139755: Allow API authentication with X-Headers
parent
c80aed6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
general.rst
docs/en/rst/api/core/v1/general.rst
+12
-3
No files found.
docs/en/rst/api/core/v1/general.rst
View file @
cd52bd09
...
...
@@ -104,14 +104,14 @@ Some methods do not require you to log in. An example of this is
:ref:`rest_single_bug`. However, authenticating yourself allows you to see
non-public information, for example, a bug that is not publicly visible.
There are
two
ways to authenticate yourself:
There are
several
ways to authenticate yourself:
**API Keys**
You can specify ``Bugzilla_api_key`` or simply ``api_key`` as an argument to
any call, and you will be logged in as that user if the key is correct and has
not been revoked. You can set up an API key by using the :ref:`API Keys tab <api-keys>`
in the
Preferences pages.
not been revoked. You can set up an API key by using the :ref:`API Keys tab <api-keys>`
in the
Preferences pages.
API keys may also be requested via :ref:`Authentication Delegation <auth-delegation>`.
...
...
@@ -159,6 +159,15 @@ to get a new token.
Also starting with Bugzilla 5.0, login cookies are no longer returned by
:ref:`rest_user_login` due to security concerns.
Alternatively, authentication credentials can be provided via one of the following headers:
* X-BUGZILLA-LOGIN
* X-BUGZILLA-PASSWORD
* X-BUGZILLA-API-KEY
* X-BUGZILLA-TOKEN
Credentials passed as part of the query string take precedence over the header credentials.
Useful Parameters
-----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment