Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

brotli support on API proxy ?

Not applicable

One of my API proxy does not support brotli.

$ curl https://conanoc-eval-prod.apigee.net/coinone

works fine.

$ curl -H "Accept-Encoding: gzip, deflate, br" https://conanoc-eval-prod.apigee.net/coinone

fails with following message:

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

It works fine when I replace "https://conanoc-eval-prod.apigee.net/coinone" with the original url "https://api.coinone.co.kr/ticker?currency=all&format=json"

0 2 1,156
2 REPLIES 2
Top Solution Authors