From 45350ce5d8165c7c975e402b36154c6866ecf62a Mon Sep 17 00:00:00 2001 From: Richard Tweed Date: Tue, 10 Sep 2024 17:51:17 +0100 Subject: [PATCH] Fix typo in REST_Security_Cheat_Sheet.md (#1485) * Fix typo in REST_Security_Cheat_Sheet.md This wording reads a bit better * clarify api key Have the explanation text match the URL --- cheatsheets/REST_Security_Cheat_Sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/REST_Security_Cheat_Sheet.md b/cheatsheets/REST_Security_Cheat_Sheet.md index 1913167eb4..efdeab4c02 100644 --- a/cheatsheets/REST_Security_Cheat_Sheet.md +++ b/cheatsheets/REST_Security_Cheat_Sheet.md @@ -176,7 +176,7 @@ RESTful web services should be careful to prevent leaking credentials. Passwords **NOT OK:** -`https://example.com/controller/123/action?apiKey=a53f435643de32` because API Key is into the URL. +`https://example.com/controller/123/action?apiKey=a53f435643de32` because the apiKey is in the URL. ## HTTP Return Code