Mr Foo Foo
Mr Foo Foo

Reputation: 19

Determining if the HTTP scheme is https or http in mod_perl2?

I need to work out if an incoming request is using SSL in a mod_perl environment - how can I do this reliably?

Upvotes: 1

Views: 304

Answers (1)

daxim
daxim

Reputation: 39158

Compare scheme with https.

Upvotes: 3

Related Questions