🚀 CORS Proxy Server
A simple proxy server that helps you bypass CORS restrictions. This server is running and ready to handle your requests.
How to Use
To proxy a request, simply append the target URL to this server's address:
http://proxy.fascinated.cc/https://api.example.com/data
Note: The proxy supports both GET requests and automatically handles CORS headers. It preserves the original content type and status codes from the target server.
Features
- Automatic CORS header handling
- Preserves original content types
- Supports JSON and non-JSON responses
- Maintains original status codes