NGINX使用lua在proxy_pass之后获取json响应

时间:2019-12-16 15:48:51

标签: nginx proxypass

在我的nginx.conf文件中,我对https://example.com/进行proxy_pass,它返回json响应,如下所示:

{
  data: {
    someKey: ""
  },
  status: "ok"
}

如何从响应中获得someKey

0 个答案:

没有答案