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

HTTP server code 405 reason Method Not Allowed exception

Former Member
4,350

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
mvoros
Active Contributor
0 Likes

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