• Resolved junnel1001

    (@junnel1001)


    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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • D

    (@idylanrobertson)

    I would also like to know about this.

    Plugin Author karim79

    (@karim79)

    Hi there,

    Thanks for the message, and sorry for the delayed response. I’m *supposed* to be emailed when things get posted to the forum, but apparently that’s not working.

    Anyway, to answer your question, there is nothing to worry about, since the Kraken.io WordPress plugin does not rely on the “callback_url” feature of our API. Only app/web developers using the callback mechanism will need to make a change to tell their applications to accept JSON as the callback data format (instead of URLEncoded).

    So in summary, there’s nothing to do here, or think about. Lastly, the plugin will be updated with some major enhancements ahead of the WordPress 4.4.4 release.

    Sincerely,

    Karim

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest Announcement from Kraken.io’ is closed to new replies.