Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/seps/2243-http-standardization.mdx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion seps/2243-http-standardization.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ This section defines edge cases that conformance tests MUST cover to ensure inte
| Invalid Base64 characters | `=?base64?SGVs!!!bG8=?=` | Server MUST reject with 400 and error code `-32001`; Intermediary MAY reject with 400 status code |
| Missing prefix | `SGVsbG8=` | Server treats as literal value, not Base64 |
| Missing suffix | `=?base64?SGVsbG8=` | Server treats as literal value, not Base64 |
| Malformed wrapper | `=?BASE64?SGVsbG8=?=` | Server MUST accept (case-insensitive prefix) |
| Non-lowercase prefix | `=?BASE64?SGVsbG8=?=` | Server treats as literal value, not Base64 |

#### Null and Missing Values

Expand Down