From b1106c4cf61ac70da4c733aaef6bc9ee2120bd7a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 19:40:57 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 0ceb932..a443c40 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -220,7 +220,7 @@ curl -X 'GET' \ -H 'Cookie: sessionid=YOURSESSIONIDVALUEHERE' ``` -This method can also be used safely for requests outside a browser environment (where CSRF/CORS restrictions do not apply),
e.g. many tools like `curl`, `wget`, Postman, etc. can use cookies for request authentication.
+This method can also be used for requests outside a browser environment (where CSRF/CORS does not apply),
e.g. many CLI tools like `curl` or `wget` or apps like Postman can use cookies for request authentication.