hello,
I need some help to write a valid URL in a data list.
I use a chart policy which check in a data list if a website is allow or not.( with the expression value "requestServer")
For example I need to place in a samefile websites and URL as :
www.dell.fr --> ( so I write : *.dell.fr ) It works well.
http://youtube.com/embed/UB2hGMM7n9I --> ( I write *youtube.com/embed/UB2hGMM7n9I but its still deny by the policy.)
How can I do ?
thank you