-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Adds example section on basic auth (#2021)
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,12 @@ The first step in creating a new [crawl workflow](crawl-workflows.md) is to choo | |
|
||
## Scope | ||
|
||
??? example "Crawling with HTTP basic auth" | ||
|
||
Both URL List and Seeded crawls support [HTTP Basic Auth](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) which can be provided as part of the URL, for example: `https://username:[email protected]`. | ||
|
||
**These credentials WILL BE WRITTEN into the archive.** We recommend exercising caution and only archiving with dedicated archival accounts, changing your password or deleting the account when finished. | ||
|
||
### List of URLs | ||
|
||
`URL List`{ .badge-blue } `Seeded Crawl`{ .badge-orange } | ||
|