As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
We've been using the REST API fine for months, but yesterday calls to retrieve users started returning single character responses like "{", "[" or "1". This only occurs once every 8-10 API calls. Here's an example of a request / response:
Our code retires, and will almost always get the correct JSON back after 2 or 3 attempts (but not always). I've confirmed this both with our API client and plain old CURL. Any ideas on what would cause this? Can you guys confirm this is not an issue on your side? Thanks!
Jay Hariani
Request: GET /user/:appkey/:userId
Response:
* body: "{"
* responseHeaders":["Content-Type: application/json","Date: Wed, 04 Dec 2013 19:14:09 GMT","Server: nginx","X-Kinvey-API-Version: 2","X-Kinvey-Request-Id: XXX","X-Powered-By: Express","Content-Length: 1","Connection: keep-alive"]
Our code retires, and will almost always get the correct JSON back after 2 or 3 attempts (but not always). I've confirmed this both with our API client and plain old CURL. Any ideas on what would cause this? Can you guys confirm this is not an issue on your side? Thanks!