- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-02-2024 12:27 PM - edited 04-02-2024 01:45 PM
Custom URL category containing one line similar to this:
abc.com/string1-string2/string3-string4/string5
After the domain name are a series of strings with some dashes and forward slashes. String5 is meant to be a filename in the string3-string4 directory.
The URL category matches in an allow rule for web-browsing port 80 traffic. No decryption here. No special NAT.
These seem to match the rule:
abc.com/string1-string2<anything>
so basically as long as the firewall reads the end of string2 it matches regardless of anything after string2.
For now it works for our purposes, but we only want to catch a specific file, so, any idea why it would do this?
Thanks in advance for reading. I promise I tried my best to read documentation and previous posts!
04-02-2024 01:46 PM - edited 04-02-2024 01:47 PM
So you want it to match for "abc.com/string1-string2/string3-string4/<anything>"?
Use filter:
abc.com/string1-string2/string3-string4/*
And maybe www.abc.com/string1-string2/string3-string4/* as is needed as well.
04-02-2024 06:00 PM
No.
These seem to match the rule: abc.com/string1-string2<anything>
But we want exactly this: abc.com/string1-string2/string3-string4/string5
04-02-2024 08:06 PM
To put it another way, what should I input so this exact text is matched and nothing else: abc.com/string1-string2/string3-string4/string5 ?
From my reading of the documentation that is exactly what I am supposed to input. I think I do not have to put in regex or an extra slash at the end.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!