We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76e23b commit 58c3bb6Copy full SHA for 58c3bb6
README.md
@@ -33,6 +33,7 @@ or whitespace/newline characters.
33
`base_url` must not include embedded user credentials.
34
If a port is provided in `base_url`, it must be a valid numeric port.
35
Unsafe encoded host/path forms (for example encoded traversal segments or encoded host/path delimiters) are also rejected.
36
+Excessively nested URL encoding in base URLs and internal API paths is rejected.
37
The SDK normalizes trailing slashes automatically.
38
If `base_url` already ends with `/api`, the SDK avoids adding a duplicate `/api` prefix.
39
If `HYPERBROWSER_BASE_URL` is set, it must be non-empty.
0 commit comments