Hi, i need to send some params in a url ex:
https://mysite.com/page?q=xxxx&y=yyyy
the page will do a series of task
then i need to get back ASYNC from “page” just ok/ko like we do using ajax.
How i have to proceed?
Thanks in advance
Could you explain a bit more?
Let me see if I understood it correctly.
- You have an app in Bubble.
- That needs to reach out to an API and send some query parameters on the URL.
- Your Bubble app needs to read the response and do something with it.
Is that what you mean?
If that’s the case, I would recommend you use Bubble’s plugin API Connector.
Async and ajax “don’t exist” in Bubble, but if you look under the hood of the API Connector, it is doing the same thing.
Thanks for your time and reply
Regards
Renato