Just have a quick issue that should not be a real one for many of you used to using ‘JSON’. I am developing an app on bubble that may requires to store text data in a JSON file which would offer us great flexibility.
I am currently hosting a JSON file on a web hosting server, but unable to connect to it through bubble…
I can access the document when searching it directly in my browser so I don’t believe there is any permissions issue… But I can’t figure out why I am not able to make a call through the API Connector Plugin.
If anyone of you has an idea about this, let me know!
Thanks for your time!
Sure, I didn’t use any security stuff, as I am able to access it directly, and double checked in filezilla that the file and whole folder was publicly accessible.
This depend of the server settings. In this case, this seem to be requested. You can enter anything you want, but I always recommend to use bubble/yourappname.
When you put the url in a browser, browser always include a user-agent header. Same for tool like insomnia and postman. Bubble doesn’t do it.
Me again (everything working fine), but I would like to know if I can filter directly in the request (and so minimize bubble WU)? Do you have any clue on this?
I tried adding ‘id’ to the sample file, and a parameter called ‘id’ in the API call, but it seems not to work…
No I don’t think. if this is just a file and the server doesn’t process your request, it’s not possible. Check the API doc to know if you can filter using ID