C# 클래스 HitProxy.Filters.TransparentSSL

Force https transparently by requesting the ssl version. This filter only does the scheme translation: http->https. Block http->https requests? Not possible since referer is not sent from https sites, possibly block non html without referer Use EFF:s https everywhere ruleset to give instant redirects. https://www.eff.org/https-everywhere
상속: HitProxy.Http.Filter
파일 보기 프로젝트 열기: hultqvist/HitProxy

공개 메소드들

메소드 설명
Apply ( Request request ) : bool
TransparentSSL ( ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( Request request ) : bool
request HitProxy.Http.Request
리턴 bool

TransparentSSL() 공개 메소드

public TransparentSSL ( ) : System
리턴 System