CORS Resources

The CORS sandbox

Log JavaScript events to a remote logger using CORS.

XMLHttpRequest is subject to the browser's same origin policy in that, for security reasons, requests will only succeed if they are made to the same server that served the original web page.
Here is how...

XHR Client

Make Cross domain requests with this tiny (fully documented) client.

View details »

JavaScript Logger

Extend the XHR client to log JavaScript events to a remote server.

View details »

CORS Server

Sample implementation of a CORS server in Asp.Net.

View details »

.NET Logger

.Net client to log events to a remote server.

View details »