Skip to content

Commit bb276da

Browse files
Document base URL whitespace restrictions
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent d1b916b commit bb276da

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
@@ -28,7 +28,7 @@ export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON obj
2828
`api_key` must be a non-empty string.
2929

3030
`base_url` must start with `https://` (or `http://` for local testing), include a host,
31-
and not contain query parameters, URL fragments, or newline characters.
31+
and not contain query parameters, URL fragments, or whitespace/newline characters.
3232
The SDK normalizes trailing slashes automatically.
3333
If `base_url` already ends with `/api`, the SDK avoids adding a duplicate `/api` prefix.
3434
If `HYPERBROWSER_BASE_URL` is set, it must be non-empty.

0 commit comments

Comments
 (0)