cloudflare / lua-resty-cookie

Lua library for HTTP cookie manipulations for OpenResty/ngx_lua
347 stars 160 forks source link

Failed to set the Cookie in the request header #25

Open wenxzhen opened 6 years ago

wenxzhen commented 6 years ago

Dear experts,

Is there any way to set the cookie before the request is forwarded to the upstream? The main idea is to make sure all the incoming requests can come in with cookie available.

Thanks,