Hi,
How can I use x-www-form-urlencoded in a bubble, API connector does not allow these options, it’s allowing only two options JSON and form-data.
Screenshot.
Actually, I want to update the Stripe Subscription Quantity, By using Stripe API So Stripe allows only with x-www-form-urlencoded then it’s work otherwise give an error.
When I do this through POSTMAN it’s working fine, because postman allows all formate.
So How Can do this through bubble