Hi Sagar,
Network Connectivity: Ensure that your office laptop has internet connectivity and can access external websites. Sometimes, office firewalls or network settings can restrict access to certain websites.
Whitelist the Host: In some corporate environments, access to external websites is restricted. You might need to work with your IT department to whitelist the Wikipedia API host (en.wikipedia.org) so that your Mendix app can access it.
Check Proxy Settings: If your office network uses a proxy server, ensure that your Mendix app is configured to use the proxy server. You may need to specify the proxy settings in Mendix if that is the case.
DNS Resolution: Verify that your office laptop can resolve DNS properly. Try pinging other websites to see if DNS resolution is working as expected.
Firewall and Security Software: Sometimes, security software or firewalls on your office laptop can block outgoing connections. Make sure there are no such restrictions in place.
If it’s an office machine, your office may be using a proxy server for outgoing requests. If this is the case, this page in the documentation explains the settings you need.
https://docs.mendix.com/refguide/using-a-proxy-to-call-a-rest-service/
I hope this helps.