Commit df958de
committed
fix: add space in Authorization header for Claude Code snippet
'Authorization:Bearer' -> 'Authorization: Bearer' per HTTP spec.
Missing space could cause header parsing failures on strict servers.
Skipped preview-in-config finding: ConnectionTest already uses
session JWT (fixed in prior commit). Config snippets intentionally
show masked preview (ci_80ba...e980) as a visual hint -- the '...'
masking clearly signals 'replace with your key'.1 parent bfc549e commit df958de
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
0 commit comments