rest - Should I encode HTTP request headers? -


i know urls need encoded before sent server. need encode http request headers well? i'm sending base64 string in header contains = %3d .. correct?

the field value restrictions similar, not same. instance, can't use bare "%", or "<" , ">" in uri, can use them in header field value.


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -