Skip to content

Commit 6f0f4ae

Browse files
Document base URL query and fragment restrictions
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent af36070 commit 6f0f4ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

28-
`base_url` must start with `https://` (or `http://` for local testing) and include a host.
28+
`base_url` must start with `https://` (or `http://` for local testing), include a host,
29+
and not contain query parameters or URL fragments.
2930
The SDK normalizes trailing slashes automatically.
3031
When `config` is not provided, client constructors also read `HYPERBROWSER_HEADERS`
3132
automatically (same as API key and base URL).

0 commit comments

Comments
 (0)