We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af36070 commit 6f0f4aeCopy full SHA for 6f0f4ae
README.md
@@ -25,7 +25,8 @@ export HYPERBROWSER_BASE_URL="https://api.hyperbrowser.ai" # optional
25
export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON object
26
```
27
28
-`base_url` must start with `https://` (or `http://` for local testing) and include a host.
+`base_url` must start with `https://` (or `http://` for local testing), include a host,
29
+and not contain query parameters or URL fragments.
30
The SDK normalizes trailing slashes automatically.
31
When `config` is not provided, client constructors also read `HYPERBROWSER_HEADERS`
32
automatically (same as API key and base URL).
0 commit comments