Hallo nochmal,
es bleibt auch heute dabei: ich erhalte bei mittlerweile ALLEN Anfragen an die sandbox lediglich diesen Tomcat-Fehler mit "405 Method not Allowed", egal, ob ich POSTe oder PUTe. Selbst ein banaler DELETE wird mit diesem Fehler quittiert:
----------------------------
HTTP/1.1 405 Method Not Allowed
Connection: close
Date: Thu, 17 Mar 2016 07:53:34 GMT
Server: Apache
WWW-Authenticate: OAuth realm="IS24 API"
Allow: HEAD, GET
Content-Language: en
Content-Length: 1076
Content-Type: text/html;charset=utf-8
Client-Date: Thu, 17 Mar 2016 07:53:42 GMT
Client-Peer:
195.178.100.102:80Client-Response-Num: 1
Title: Apache Tomcat - Error report
<!DOCTYPE html><html><head><title>Apache Tomcat - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 405 - Request method 'POST' not supported</h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u>Request method 'POST' not supported</u></p><p><b>description</b> <u>The specified HTTP method is not allowed for the requested resource.</u></p><hr class="line"><h3>Apache Tomcat</h3></body></html>
----------------------------
Was ist denn da los?