Hi!
I am building a website for a client, and have been looking at webflow.
I need to fetch Investor Relations data from external source on page load, is this possible in webflow?
All the best
Hi!
I am building a website for a client, and have been looking at webflow.
I need to fetch Investor Relations data from external source on page load, is this possible in webflow?
All the best
You’d use client-side JS to fetch and render the data from your source.
It’s an API with a security key and does not support CORS, you’d need a middle tier; serverless functions like Netlify offers are good for this.