querystring.globfilter_except
Available inall subroutines.
Returns the given URL but only keeps the parameters matching a glob.
Example
set req.url = querystring.globfilter_except(req.url, "sess*");
Available inall subroutines.
Returns the given URL but only keeps the parameters matching a glob.
set req.url = querystring.globfilter_except(req.url, "sess*");
User contributed notes
BETADo you see an error in this page? Do have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact support@fastly.com)