Hello all !
I got a cloud endpoints app running on GAE and yesterday I changed some operations to accept only GET method instead of POST, but my logs still register my request as sending POST.
The log shows the information bellow:
[21/May/2015:11:28:55 -0700] "POST /_ah/spi/ActivitiesResource.show HTTP/1.1" 200 609 - "Mozilla/5.0 (Linux; Android 4.4.4; Nexus 4 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.74 Mobile Crosswalk/13.41.318.0 Mobile Safari/537.36" "1-dot-xxxxx-api.appspot.com" ms=98 cpu_ms=82 cpm_usd=0.000068 app_engine_release=1.9.21 trace_id=a4a27262b8038c8f80a2aa0cc3402079 instance=xxx
But I´m sending GET requests:
GET https://1-dot-xxx-api.appspot.com/_ah/api/v1/activities
Thanks in advance.