Web API - 405 - The requested resource does not support http method 'PUT'

前端 未结 10 622
说谎
说谎 2020-12-01 14:10

I have a Web API project and I am unable to enable \"PUT/Patch\" requests against it.

The response I get from fiddler is:


HTTP/1.1 405 Method Not Al         


        
10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 14:36

    Add the following section under Handler section in web.config:

    
    

    For instance:

    
        
        
        
        
        
    
    

提交回复
热议问题