Skip to content

Commit

Permalink
Docs: Adds example section on basic auth (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 authored Aug 15, 2024
1 parent 916813a commit 92fdcfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user-guide/workflow-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 92fdcfd

Please sign in to comment.