horsdal / Nancy.Linker

Simple URI builder for named Nancy routes
MIT License
13 stars 2 forks source link

Set Port to 443 #12

Closed dcomartin closed 8 years ago

dcomartin commented 8 years ago

If the incoming request is on port 80, changing the scheme to https results in the Uri being https://xxx:80/path

dcomartin commented 8 years ago

I discovered this because I'm using AWS ELB over HTTPS, but internally the request is sent from the ELB to my application on port 80.

horsdal commented 8 years ago

Nice. Thanks!