Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

write a valid URL in a datalist

Oct 25 13 9:18 pm

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

Re: write a valid URL in a datalist

Oct 26 13 12:05 am

HI

Request.Server is only the servername / sitename portion of the URL

so does not contain the http:// at the front, or any further part of the URL after the server name.

Regards

Adrien
Post a reply