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 -

python - can't seem to get an output from my class -

python - More Issues with overlapping labels in Tkinter -