Open GoogleCodeExporter opened 8 years ago
Test methods that should be GET by the api descriptor, but return 405 Error:
HTTP method GET is not supported by this URL
https://1-dot-premium-axis-526.appspot.com/_ah/spi/todoapi@v1/getUsers?id=1
https://1-dot-premium-axis-526.appspot.com/_ah/spi/todoapi@v1/listUsers?limit=10
0
I'm sure now that the failure of API Explorer to load or show an error is one
issue, and that there is another issue with the deployment of my app.
Original comment by samurain...@gmail.com
on 11 Apr 2014 at 3:23
nathaniel@blackbox /tmp/todoapi $ curl -X GET -d "{}" -H "Content-Type:
application/json" http://localhost:8888/_ah/spi/todoapi@v1/listUsers
<html><head><title>Error 405 HTTP method GET is not supported by this
URL</title></head>
<body><h2>Error 405 HTTP method GET is not supported by this URL</h2></body>
nathaniel@blackbox /tmp/todoapi $ curl -X POST -d "{}" -H "Content-Type:
application/json" http://localhost:8888/_ah/spi/todoapi@v1/listUsers
{"error_message":"missing /{Service}.{method}"}
Original comment by samurain...@gmail.com
on 11 Apr 2014 at 3:41
API explorer works on the local dev server. on the same code is deploye to app
engine, API explorer demonstrates the reported issue, loading... never finishes
Original comment by samurain...@gmail.com
on 11 Apr 2014 at 4:34
Original issue reported on code.google.com by
samurain...@gmail.com
on 11 Apr 2014 at 2:13Attachments: