1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 15:13:03 +02:00

Updated Setting up Authentication (markdown)

Nick Sweeting
2024-05-08 19:40:57 -07:00
parent f83e1aeb6b
commit b1106c4cf6

@@ -220,7 +220,7 @@ curl -X 'GET' \
-H 'Cookie: sessionid=YOURSESSIONIDVALUEHERE'
```
<small>This method can also be used safely for requests <i>outside a browser environment</i> (where CSRF/CORS restrictions do not apply),<br/>e.g. many tools like `curl`, `wget`, Postman, etc. can use cookies for request authentication.</small>
<small>This method can also be used for requests <i>outside a browser environment</i> (where CSRF/CORS does not apply),<br/>e.g. many CLI tools like `curl` or `wget` or apps like Postman can use cookies for request authentication.</small>
<br/>