Hi, I can see the “allow if user agent” = whatever.
But is there a way to allow if "source URL = whatever?
Example if source url contains the parameter “ClickID”
Thanks again
Hi, I can see the “allow if user agent” = whatever.
But is there a way to allow if "source URL = whatever?
Example if source url contains the parameter “ClickID”
Thanks again
Not sure what you mean by “source URL” but if you are referring to the query string in the requested URL, the following would work
(http.request.uri.query contains "")
If you mean the referrer on the other hand, you’d need to check for http.referer
instead.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.