Keep credentials out of path and query strings.
Section: Authentication patterns
Do not put tokens in the URL
text
text
Avoid: GET /reports?access_token=abc123Explanation
URLs are frequently logged, cached, and copied, making them a poor place for secrets.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Authentication patterns