Is it possible to create a website where it check if the website is down? similar to status.bubble.is without using plugin or api.
Isup.me does this, if I understand you correctly. What are you looking to accomplish?
Trying to create a clone of isup.me, I want to see if it possible with Bubble.is.
I don’t think it’d be possible without using an API. What’s the opposition to using one?
Thanks, just wanted to know if it was possible to do it without one, i can’t find a good api to built a system.
@andrewgassen I took your approach and decided to look for an API for what I wanted to build however I am getting this error
I tried the Bubble API tutorial but that didnt help.
I am not sure what wrong with the image above as I have tried Postman and got this result
This is the configuration I set up on API Connector for the API.
Hope someone can help
William
You need a user agent, as it mentions.
I picked curl for no particular reason other than it isn’t a fake browser agent, there are almost certainly more appropriate ones.
Thank you for spotting that I thought I didn’t have to do it as I was not planning to automate the system.