Post Reply 
Wish to make a URL header filter work with https and http (Sidki's set)
May. 05, 2013, 02:11 AM
Post: #4
RE: Wish to make a URL header filter work with https and http (Sidki's set)
(May. 05, 2013 01:26 AM)dave Wrote:  At the end of 'youtube.com' is the expression '[^/]+/' and I see it's critical as I tried the filter without that and it did not work when used with the https protocol.

The browser shows you
https://www.youtube.com/watch?v=C_Kh7nLplWo ....... but the Proxomitron sees
https://www.youtube.com:443/watch?v=C_Kh7nLplWo

[^/]+ matches :443 or nothing, which covers both http and https
+ says match all or none.

HTH
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
dave
Post Reply 


Messages In This Thread
RE: Wish to make a URL header filter work with https and http (Sidki's set) - JJoe - May. 05, 2013 02:11 AM

Forum Jump: