• Resolved James Collins

    (@jamescollins)


    We are the developers of the Zapier Integration for WooCommerce product, and we recently encountered a mutual customer whose Zapier integration stopped working recently.

    After investigating, we identified that a recent update to this plugin was the cause of the issue.

    Version 1.28 adds some REST API and CORS changes, that unfortunately seem to break OPTIONS requests to the WordPress/WooCommerce REST APIs.

    For example:

    curl -i -H "Accept: application/json" -X OPTIONS https://example.com/wp-json/wp/v2/posts

    Instead of returning the JSON schema in the response body, it returns an empty response body.

    The changes to your plugin were made here: https://github.com/ProjectHuddle/ph-child/pull/68

    Would it be possible for you to fix this bug so that REST API OPTIONS requests work as expected?

    Thanks very much.

    James

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter James Collins

    (@jamescollins)

    Hello,

    Has there been any progress with fixing this issue?

    Thank you,

    James

    Hi @jamescollins,

    Thank you for bringing this to our attention and for sharing the detailed information.

    We’ve identified the issue and we’ll be including a fix in our upcoming update. In the meantime, we’d be happy to share a development version with the fix for you to test and confirm on your end.

    Could you please open a support ticket through our website? This will allow us to share the dev build securely and assist you further.

    We appreciate your patience and cooperation!

    Best regards,
    Ankush (SureFeedback Team)

    Thread Starter James Collins

    (@jamescollins)

    Great news, thank you.

    I’ve encouraged the affected customer to reach out to your support team.

    James

    Hi @jamescollins,

    Thanks again for your cooperation and for encouraging the customer to get in touch with us.

    Just checking in has the customer had a chance to open a support ticket on our website yet? Once we receive it, we’ll promptly share the development build containing the fix and assist further with testing.

    Let us know if you need anything else in the meantime!

    Best regards,
    Ankush – SureFeedback Team

    Hi @jamescollins, I think your customer has opened the ticket and it was bee resolved. Get this confirm once! For now, we’ll go ahead and mark this thread as resolved for now. If you still need help or run into any issues, feel free to reply here we’re always happy to assist.

    Best regards,
    Ankush – SureFeedback Team

    Thread Starter James Collins

    (@jamescollins)

    Thanks @iankusht , the new version has indeed resolved the issue for our mutual customer.

    James

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Version 1.2.8 breaks REST API OPTIONS requests’ is closed to new replies.