I want to send custom http header to a java http server with "ä ö å Ä Ö Å" as the value. But what is received by server is "ä ö Ã¥ à à Ã". If I add "ä ö å Ä Ö Å" in http body, it works fine. How do I send "ä ö å Ä Ö Å" in http header.
I use curl as the http client. I used postman but when the header is added, it does not even send the request.