Reputation: 19
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
Reputation: 39158
Compare scheme with https.
scheme
https
Upvotes: 3