HTTP header values can only include characters from a limited set, notably not the full unicode smorgasbord.
The HTTP gateway spec doesn't say what to do when the x-ipfs-path header would end up containing these characters.
Should they be percent-escaped? Or should the header be omitted entirely?
HTTP header values can only include characters from a limited set, notably not the full unicode smorgasbord.
The HTTP gateway spec doesn't say what to do when the
x-ipfs-pathheader would end up containing these characters.Should they be percent-escaped? Or should the header be omitted entirely?