Skip to content

Commit 58c3bb6

Browse files
Document nested URL encoding rejection behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent d76e23b commit 58c3bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ or whitespace/newline characters.
3333
`base_url` must not include embedded user credentials.
3434
If a port is provided in `base_url`, it must be a valid numeric port.
3535
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.
3637
The SDK normalizes trailing slashes automatically.
3738
If `base_url` already ends with `/api`, the SDK avoids adding a duplicate `/api` prefix.
3839
If `HYPERBROWSER_BASE_URL` is set, it must be non-empty.

0 commit comments

Comments
 (0)