Dec. 3, 2025
West Wind Technologies has released Markdown Monster 4.0, a major update to its fast, elegant Markdown editor. Designed to stay out of your way,...
Nov. 19, 2025
West Wind Technologies has released WebSurge version 3.0.3. WebSurge makes it easy to create and test HTTP and REST APIs or any Http content. Test...
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...
4 months 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.