About GlideApps Fetch JSON

Hi,

URL_1 = Will return a string of json
https://jsonplaceholder.typicode.com/todos/1

URL_2 = Will return a string of json
https://eagle.aii.tw/go2/mucha

GlideApps Fetch JSON (URL_1) is fine.

GlideApps Fetch JSON (URL_2) is empty. ( What happened ? )

Thank you.

That API is being called from a site (Glide) that is not the source site (Eagle), which violates the CORS policy for that Eagle site.

You can try using a proxy to retrieve the JSON in this case.

2 Likes

…and besides, if all you are trying to do is get a current date and time, you can do that with a Math column in Glide.

Although, in some cases, I can see some advantages to using an outside source for the date and time.

1 Like

Hello Guys, if you want to ask for help with no-code apps, we have launched a new no-code jobs platform. You can see it better here: nocodegigs.io

Hi Jeff,

super big thanks. (hahaha…)

problem solved.

clip_058

clip_059

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.