Clarify invisible separator handling in baseURL docs

Co-authored-by: Eric Allam <eric@trigger.dev>
This commit is contained in:
Cursor Agent
2026-02-15 05:59:33 +00:00
parent fcec4c15ea
commit 722f9edbad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -687,7 +687,7 @@ Validation errors use these exact messages:
- `baseURL must not be empty`
- `baseURL must be a valid absolute URL`
- `baseURL must not contain internal whitespace characters`
- `baseURL must not contain internal whitespace characters (including invisible separators)`
- `baseURL must use http or https protocol`
- `baseURL must not include query parameters or hash fragments`
- `baseURL must not include username or password credentials`
+1 -1
View File
@@ -194,7 +194,7 @@ Validation errors use these exact messages:
- `baseURL must not be empty`
- `baseURL must be a valid absolute URL`
- `baseURL must not contain internal whitespace characters`
- `baseURL must not contain internal whitespace characters (including invisible separators)`
- `baseURL must use http or https protocol`
- `baseURL must not include query parameters or hash fragments`
- `baseURL must not include username or password credentials`