POST response redirects
Useful for plugin building and/or working with old APIs
Some APIs return a POST call in order to redirect the page, particularly after submitting a form. When displayed in an iFrame or HTML element, this tries to redirect to some other page by sending a POST request, while usually web pages expect a GET request.
Redirect the POST request to a GET request via an API workflow, sending the user to a Bubble page.
More information on a specific use case can be found in the First Payment Merchant Services integration's Hosted API calls.
Last modified 3yr ago