Post Reply 
Wish to make a URL header filter work with https and http (Sidki's set)
May. 04, 2013, 03:37 PM
Post: #2
RE: Wish to make a URL header filter work with https and http (Sidki's set)
Try these

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "!-|||||||||||| URL: Youtube Video Direct [add](out)"
URL = "(www.|m.|https*.$SET(2=https-px-.)|)youtube.com[^/]+/((watch*v=|embed/|v/)(?+{11})\1)$JUMP($GET(uProt)//\2youtube.googleapis.com/v/\1)"

Lots of certificate warnings from the Proxomitron due to the 'strange' certificate.

To avoid the Proxomitron's warnings

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "!-|||||||||||| URL: Youtube Video Direct always http [add](out)"
URL = "(www.|m.|https*.|)youtube.com[^/]+/((watch*v=|embed/|v/)(?+{11})\1)$JUMP(http://youtube.googleapis.com/v/\1)"

but the browser might warn about https changing to http.

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. 04, 2013 03:37 PM

Forum Jump: