I am using updated 4.7.3 wordpress with wp-touch pro and varnish latest vrsion (5)
when i logged in to wordpress dashboard theme switch between desktop theme to mobile and vice versa works well
but when i logged out it is not working .
varnish code
if (req.url ~ "\?wptouch_switch") {
return(pass);
}
i suppose it wptouch switch is not passed through varnish .but even used above in my vcl .still its not working.