Fix uploading binary keys.
If no content-type is set, RestClient sends 'x-www-form-urlencoded'. That makes the client expect URL-encoded content, which we don't send.
If no content-type is set, RestClient sends 'x-www-form-urlencoded'. That makes the client expect URL-encoded content, which we don't send.