We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39417f commit a1149cfCopy full SHA for a1149cf
README.md
@@ -26,7 +26,7 @@ export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON obj
26
```
27
28
`base_url` must start with `https://` (or `http://` for local testing), include a host,
29
-and not contain query parameters or URL fragments.
+and not contain query parameters, URL fragments, or newline characters.
30
The SDK normalizes trailing slashes automatically.
31
If `base_url` already ends with `/api`, the SDK avoids adding a duplicate `/api` prefix.
32
If `HYPERBROWSER_BASE_URL` is set, it must be non-empty.
0 commit comments