Forum Discussion

yihu_lian's avatar
yihu_lian
Copper Contributor
Sep 15, 2023

visual studio 2022 develop an ASP. NET WEB application .I am unable to access web pages using HTTP:

I use Visual Studio 2022 to develop an ASP. NET WEB application. The function of the software is to receive photo files sent by post requests. I use http://+local IP address to send photos with web pages through POST. I am always redirected to https//:. What is a good solution. I don't have this problem using the web program I developed 5 years ago.

  • ramirezthegreat's avatar
    ramirezthegreat
    Copper Contributor
    U need to remove the https bindings in the application settings for ur project, this is set by default to https 🙂

Resources