How do I Configure IIS to accept POST requests?

后端 未结 2 1905
情话喂你
情话喂你 2020-11-30 11:28

I know by default IIS doesn\'t accept post requests how can I change this setting. Can someone walk me through changing this (step by step).. Please?

2条回答
  •  独厮守ぢ
    2020-11-30 12:15

    If you are using IIS 6 and lower:

    From inside the IIS management screen right click on your website or virtual directory. Go to Properties then go to the Home Directory or Virtual Directory tab and click on the Configuration button. From there you can add/update extensions and what Verbs are accepted.


    If you are using IIS 7:

    From inside the IIS management screen click on Handler Mappings. You can add by clicking the links on the right side or double-click on an item to edit it.

    picture of handler mappings location

提交回复
热议问题