Aug. 6, 2025
CORS is a necessary protocol for REST API services when making cross-origin calls between different domains using Web browser clients. CORS is a...
Jul. 22, 2025
Web Connection is a rich and mature tool for building HTML Web applications and HTTP REST API Services using Visual FoxPro. You can continue to use...
Jun. 11, 2025
West Wind Technologies has released Markdown Monster 3.6 of its rich Markdown editor. Markdown Monster makes it easy to create Markdown content with...
Jun. 3, 2025
West Wind Client Tools is a suite of FoxPro utility classes that provide Internet and general purpose utility functionality including full featured...
Feb. 19, 2025
West Wind Technologies has released WebSurge version 3.0. This release is a major update to this Http REST Client and Web Load Testing tool for...
14 days ago
If you're building REST Services that is called from a Web Browser using Http client calls via `fetch()` or `XMLHttpRequest` and that calls a domain or sub-domain other than the hosting page, you need to make sure your server implements the CORS protocol, or client requests will fail. In this post I describe the basics of CORS and how you can easily implement it Web Connection.