Latest Announcement from Kraken.io
-
Hello!
We have received a notification from Kraken.io about this announcement – https://kraken.io/docs/wait-callback
Callback URL
With the Callback URL the HTTPS connection will be terminated immediately and a unique id will be returned in the response body. After the optimization is over Kraken will POST a message to the callback_url specified in your request as x-www-form-urlencoded form. The ID in the response will reflect the ID in the results posted to your Callback URL.
As a part of a move to introduce new features to the Kraken.io API we need to change the callback format from x-www-form-urlencoded to JSON as we can not neatly represent complex data structures with this encoding.
On the 21st of December 2015 we will permanently move from urlencoded to JSON format. If you need more time, please let us know as soon as possible.
To ease the transition to the new structure, we’ve prepared an easy way for you to immediately start using the JSON callback format – simply set json: true in your request, for example:
{
“auth”: {
“api_key”: “your-api-key”,
“api_secret”: “your-api-secret”
},
“url”: “https://awesome-website.com/images/header.jpg”,
“callback_url”: “https://awesome-website.com/kraken_results”,
“json”: true
}On the 21st of December 2015 the json: true option will be removed and all callbacks will be delivered in a JSON format.
?Should you have any questions or doubts related to that change please contact us at [email protected] and we will assist you with the transition.
Would you be able to confirm if the latest version of this plugin is already complied with these changes?
https://www.ads-software.com/plugins/kraken-image-optimizer/
- The topic ‘Latest Announcement from Kraken.io’ is closed to new replies.