pbrisbin / bugsnag-haskell

Bugsnag error reporter for Haskell
10 stars 7 forks source link

Scheme-less brUrl #16

Closed pbrisbin closed 6 years ago

pbrisbin commented 6 years ago

I didn't want to trust Wai.Request.isSecure because it's inaccurate in the present of SSL termination at a Load Balancer. I might have to use it and just accept that we'll have URLs of http:// in such cases.