morgan icon indicating copy to clipboard operation
morgan copied to clipboard

http or httpS ?

Open dcsan opened this issue 3 years ago • 1 comments

is there a way to find if the request was made over httpS ? i tried most of the tokens I could see. :http-version only shows if the request v1 or 2

if not Then please consider this a request instead!

dcsan avatar Sep 12 '20 02:09 dcsan

You can make a custom token and get the protocol from the req.protocol property.

Shogobg avatar Oct 30 '20 18:10 Shogobg