1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 15:31:22 +02:00

Updated Setting up Authentication (markdown)

Nick Sweeting
2024-05-08 19:41:26 -07:00
parent b1106c4cf6
commit 9a0e3bbad1

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