Is it possible to call an external API from mendix using ajax call? Scenario : Our main requirement is to improve the performance of page load. We have a page where data is coming from different external APIs . So in order to improve the performance we are looking for a solution to load page partially. Our idea is to call external API using AJAX calls. Is it feasible in mendix?
asked
Megha George
2 answers
0
What is your usecase?
When you say “access a rest service” i am assuming you want to call an External REST API over HTTP right?
you can consume that service in Mendix using in a Javascript Action using Browser Fetch API.