cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTTP server code 405 reason Method Not Allowed exception

Former Member
4,351

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?

View Entire Topic
Former Member
0 Likes

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.