IIS rest api put and delete requests are not working on a flesk

I've deployed asp.net core web api app to contabo vps server and I've realized that HTTP PUT requests are not working at all.

Open the domain's web.config file

Find the section<system.webServer>and add the following content under it:

        <modules>
            <remove name="WebDAVModule" />
        </modules>

<handlers>
      <remove name="WebDAV" />
 </handlers>

0 Phản hồi Viết phản hồi