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