karo84
August 4, 2009, 12:57pm
1
Hi!
I have written some regexp pattern to match word char in the HTTP URL. But I can not use it In MT layer7 filtering why?
Here the the pattern
(http):\/\/[a-zA-Z0-9_\s\-".:;#[{/~}]+((char)=?)
I have tested it is working one, but It does not work in Mt.
mrz
August 4, 2009, 1:08pm
2
it doesn’t look like a valid regexp. You start a range with ‘[’, but there are no corresponding ‘]’
karo84
August 4, 2009, 1:28pm
3
Could You Tell me How to write the correct form?
mrz
August 4, 2009, 1:36pm
4
karo84
August 5, 2009, 11:01am
6
Please Help Me to write regexp in MT to match http for example “char” in the url and then block or allow that requests.
I have tried, but no result.
Help Me Please.
Thanks
Regards
Karapet