cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP server code 405 reason Method Not Allowed exception

Former Member

I get a 405 method not allowed exception in synchronous http receiver. However I have verified that a http post is expected by the receiver system.

Is there anythin else I could check or what could cause the error?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The method specified in the Request-Line is not allowed for the resource identified by the Request-URI

Possible Tips: ICM_HTTP_INTERNAL_ERROR - Refer SAP Note 906435

Regds,

Pinangshuk.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

think we have solved the problem. The 3rd party system owner confirmed that only the post method is supported.

What we did now to double-check is using TCPGateway to check the request/response data transfer and found out that NO post method is allowed.

mvoros
Active Contributor
0 Kudos

Hi,

what is the receiving system? Usually, you get this error when you try to do POST on static page. In the HTTP header of response you should get the list of allowed methods. You can try to check this list. I would contact an administrator of that system if he can check logs for errors.

Cheers