Skip to content

Commit 86da89e

Browse files
Document API key control-character restrictions
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 15df5b0 commit 86da89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export HYPERBROWSER_BASE_URL="https://api.hyperbrowser.ai" # optional
2525
export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON object
2626
```
2727

28-
`api_key` must be a non-empty string.
28+
`api_key` must be a non-empty string and must not contain control characters.
2929

3030
`base_url` must start with `https://` (or `http://` for local testing), include a host,
3131
and not contain query parameters, URL fragments, backslashes, control characters,

0 commit comments

Comments
 (0)