From 9a0e3bbad10186db8519bd53ea5e2a99abf90736 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 19:41:26 -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 a443c40..65c86d3 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 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.
+This method can also be used for requests outside a browser environment (where CSRF/CORS is not a concern),
e.g. many CLI tools like `curl` or `wget` or apps like Postman can use cookies for request authentication.