cf login send request to login server without charset parameter in content-type header, the login server can not determine the charset for correct decoding. We need Content-Type: application/x-www-form-urlencoded; charset=utf-8 in the following request
REQUEST: [2016-08-29T11:07:38-07:00]
POST /UAALoginServerWAR/oauth/token HTTP/1.1
Host: login.ng.bluemix.net
Accept: application/json
Authorization: [PRIVATE DATA HIDDEN]
Content-Type: application/x-www-form-urlencoded
User-Agent: go-cli 6.18.0+b22884b / darwin
cf loginsend request to login server without charset parameter in content-type header, the login server can not determine the charset for correct decoding. We needContent-Type: application/x-www-form-urlencoded; charset=utf-8in the following request