A proxy server that enables cross-domain requests to any JSON API, now deprecated.
JSONProxy is a deprecated HTTP proxy server that enables cross-domain requests to JSON APIs by bypassing browser same-origin policy restrictions. It routes client-side requests through a proxy endpoint, allowing developers to fetch JSON data from external domains without CORS configuration. The project was designed to simplify access to public APIs but has been shut down due to hosting costs.
Frontend developers and web application builders who need to consume JSON data from third-party APIs without control over server-side CORS headers.
Developers chose JSONProxy for its simplicity in enabling cross-domain JSON requests without backend modifications, offering a lightweight, deployable proxy solution that could be self-hosted or run locally for development.
DEPRECATED - A proxy to help with cross-domain requests
Enables client-side JavaScript to fetch JSON from any domain by routing requests through a proxy, bypassing same-origin policy without server-side CORS configuration.
Built for Cloudflare Workers, allowing scalable, low-latency proxying with minimal infrastructure management, as detailed in the deployment instructions.
Can be run locally using Node.js for development and testing, facilitating easy integration into workflows without immediate deployment.
Works with existing JSONP client libraries or custom proxy URLs, making it simple to integrate into projects already using JSONP.
The project is no longer actively developed, with the hosted service shut down due to costs, forcing users to self-host without updates or support.
Requires setting up Cloudflare Workers and Terraform, which involves managing API tokens and DNS, adding setup complexity for inexperienced teams.
Specifically designed for JSON APIs only, so it cannot proxy other data formats like XML or handle general HTTP requests, limiting its utility.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.