使用 nginx 和 lua 完整读取 URL

我有一个如下的 URL

test.com/#/country/a1

使用 ngx.var.request_uri,我只能读取 '/' ,但不能读取 '/#/country/a1'

如何让 lua 读取完整的 URL?

感谢。

点赞