buunguyen / combres

ASP.NET and MVC performance optimization library ⛺
Other
123 stars 37 forks source link

fix Invalid Uri format #51

Open LouisCheung85 opened 5 years ago

LouisCheung85 commented 5 years ago

headers["HTTP_X_FORWARDED_PROTO"] may have double quotes,

replace with string.Empty to avoid Invalid Uri Format Exception.