Working in Apigee trace and not working in postman and google chrome

Hi All,

I am new to Apigee, I have created an api proxy with some "https" url as target end point. The same is working in trace window and not working in postman. It is giving follwing issue.

{"fault":{"faultstring":"Unsupported Encoding \"br\"","detail":{"errorcode":"protocol.http.UnsupportedEncoding"}}}.

Please help me out.

My target end point returns following values.

{"data":{"id":1,"email":"xyz.black@edu.in","first_name":"Ram","last_name":"Black","avatar":"https://s3.amazonaws.com/uifaces/faces/twitter/calebogden/128.jpg"}}

@Nagashree B could you please help me out.

Can anyone help me out?

Solved Solved
0 2 807
1 ACCEPTED SOLUTION

Hi Anoj, check the below post on community -


https://community.apigee.com/questions/55575/unsupported-encoding-br.html?childToView=55727#answer-5...

I also faced the same issue, try setting Accept-Encoding header before going to target.
This worked for me.

View solution in original post

2 REPLIES 2

Hi Anoj, check the below post on community -


https://community.apigee.com/questions/55575/unsupported-encoding-br.html?childToView=55727#answer-5...

I also faced the same issue, try setting Accept-Encoding header before going to target.
This worked for me.

Thanks @Vivek Chikane.

It is working for me.