lua中讀取COOKIE的注意事項

在lua中讀取Cookie值,能夠用安全 local cookie = ngx.var.http_cookie 或cookie local cookie = ngx.req.get_headers()['cookie'] 可是第二種取出來的cookie類型有時候是string,有時候是table。不知道爲何,爲安全起見,最好仍是使用第一種方法。lua
相關文章
相關標籤/搜索