Hi, guys, I'm new to asp.net core. I want to show some images on my site but the images are over unsecured connection for examplehttp://image.png . If I write this absolute link inside image tag asp.net make a request to HTTPS instead of HTTP thus returning 402 error. How can i solve this?
↧