- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-10-2025 07:47 AM
I’m on panorama 10.2.12h-2 and have a silly question but after reading through the Palo Alto articles am a bit confused as I guess I don’t understand the difference between a URLs path vs subdomains
I'm trying to whitelist https://app.e.dnv.com/e/bfs?s=861531437&lguid (<note not the full path for time and sanity reasons) but when I added *.app.e.dnv.com/ to the existing whitelist it does not seem to match? Is there a reason for this or what am I doing wrong?
Ive tried adding
*.app.e.dnv.com/
*.app.e.dnv.com/e/
app.e.dnv.com/
I believe the first should match the url requested but it does not seem to/it’s still being blocked? The second was more of just a dummy change as the / at the end of the first should match the rest of the path or subdirectory's like /e/etc in the url the third is just a precautionary one to make sure they weren’t just pasting the URL into the browser.
why is the first wild card not matching the rest of the url
07-13-2025 08:35 PM
Hello @Kc_Dodds ,
The first entry will only match any subdomain to .app.e.dnv.com, for instance a.app.e.dnv.com/ .
Because you have the *. at the beginning of the expression, app.e.dnv.com will fail because of the missing before app.
Hope that helps.
Olivier
PCSNE - CISSP
Best Effort contributor
Check out our PANCast Channel
Disclaimer : All messages are my personal ones and do not represent my company's view in any way.
07-13-2025 08:35 PM
Hello @Kc_Dodds ,
The first entry will only match any subdomain to .app.e.dnv.com, for instance a.app.e.dnv.com/ .
Because you have the *. at the beginning of the expression, app.e.dnv.com will fail because of the missing before app.
Hope that helps.
Olivier
PCSNE - CISSP
Best Effort contributor
Check out our PANCast Channel
Disclaimer : All messages are my personal ones and do not represent my company's view in any way.
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!

