PUT and POST getting 405 Method Not Allowed Error for Restful Web Services

后端 未结 6 2330
无人及你
无人及你 2020-12-09 18:32

I am trying to set up a simple Restful Web-Service which returns either JSON or XML according to the Accept header. I am using Spring, Maven and WebLogic Server. I took the

6条回答
  •  臣服心动
    2020-12-09 19:11

    I same thing happen with me, If your code is correct and then also give 405 error. this error due to some authorization problem. go to authorization menu and change to "Inherit auth from parent".

    Authorization Type options menu Authorization Inherit auth from parent selected

提交回复
热议问题