ngx.location.capture 读取开启 gzip 接口

今天碰到的一个坑,如果待读取的接口开启gzip,ngx.location.capture 是无法解析的,如下方法解决:

ngx.req.set_header("Accept-Encoding", "")

你可能感兴趣的:(ngx.location.capture 读取开启 gzip 接口)