Post Reply 
Header Filters automatically prepend https:// with connect?
Feb. 14, 2012, 12:24 PM
Post: #2
RE: Header Filters automatically prepend https:// with connect?
wouldn't you want to match http, then replace with https?
i didn't try this myself, but is this better:
Code:
In = FALSE
Out = FALSE
Key = "URL : Half-SSL Uncaught (Out)"
Match = "(http://\0)\1"
Replace = "$JUMP(https://\0)$LOG(R$DTM(c) : [HEADER] Half-SSL Test: \1)"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Header Filters automatically prepend https:// with connect? - sbk - Feb. 14, 2012 12:24 PM

Forum Jump: