corsproxy favicon

corsproxy

CORS is a technology specification to get around the Same Origin Policy restrictions of web browsers. To allow cross domain sharing, web servers have to attach additional headers. Unfortunately, not many servers have done this yet, and hence we have issues trying to access their resources in certain scenarios such as WebGL. This simple nodejs proxy will attach the CORS headers so that the browser thinks it is okay to be shared.

crossorigin.me

crossorigin.me

crossorigin.me, the free CORS proxy for everyone! A CORS proxy is a service that allows developers (probably you) to access re ...