How does Application and url filter work exactly. Do you have a good source thats collecting all the scenarios for when and how it filters.
HTTP traffic checks the URL from the GET/POST? True/False
HTTPS check the Certificate CN? True/False
Custom Site with "example.com" matches "www.example.com", "example.com" and "example.com/tes/b.htm" but not "mail.example.com" for HTTP? True /False
Custom Site with "example.com/tes/ff/" matches "example.com/tes/ff/", "example.com/tes/ff/b.htm" and "www.example.com/tes/ff/sce/tt/g.htm" but not "example.com" for HTTP? True /False
Custom site with "*.example.com" matches URLS(HTTP) and CN(Cert) for "mail.example.com" and "ftp.example.com/tes/b.htm" but not "example.com" or *.example.com?
Wildcard Cert does not work unless using ACST with adding "*.example.com" as CN? True/False
During a redirect site you must both add "example.com" and "newexamplesite.com" to the custom site? True/False
During a redirect site with a wildcard cert you must both add a custom site with "example.com" and using ACST adding "*.newexamplesite.com"? True/False
Do you know the answers to these questions or can point me to where i can find the answers to these? From what i have learned through SK and testing my opinion is that all of these are true. Have i understood it correct?