conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Header parameters only support limited character set

Open uschi2000 opened this issue 5 years ago • 0 comments

The conjure spec does not define how arbitrary data be encoded for transport in HTTP headers; in contrast, percent encoding per https://tools.ietf.org/html/rfc3986 covers such encoding for path and query parameters. Consequently, conjure header parameters currently only support parameters over a restricted character set.

Illustration: https://github.com/palantir/conjure-java-runtime/pull/1068 Further reading: https://dzone.com/articles/utf-8-in-http-headers

uschi2000 avatar Apr 18 '19 09:04 uschi2000