
Junichi
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Junichi-
Junichi commented,
Hello Bahadir, I recommend you to use vary header and pass on vcl_recv. vcl_recv Check if "connect.sid" and the value exist if (req.http.cookie ~ "connect.sid=(?!;)+" { set req.http.x-conn...
-
Junichi commented,
Hello, You can use req.url.qs instead. set var.urlhash = subfield(req.url.qs, "hmac", "&"); Works. https://fiddle.fastlydemo.net/fiddle/ee893bc7 I hope this will be helpful. Junichi