Skip to content

Commit

Permalink
Fix typo in REST_Security_Cheat_Sheet.md (#1485)
Browse files Browse the repository at this point in the history
* Fix typo in REST_Security_Cheat_Sheet.md

This wording reads a bit better

* clarify api key

Have the explanation text match the URL
  • Loading branch information
RichardoC authored Sep 10, 2024
1 parent 46d3fe3 commit 45350ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/REST_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45350ce

Please sign in to comment.