Fast, open-source, and on-the-go rest API for performing HTTP requests with CORS enabled.
GET https://creprox.vercel.app/example.com
CORS stands for Cross-Origin Resource Sharing.
It is a security feature implemented by web browsers to control how web pages can request resources from a different origin.
This is the reason you often cannot make HTTP requests to other domains successfully.
creprox allows you to easily bypass this security feature.
There's no any setup, just replace the URL you're requesting, and you'll bypass it in no time.
Use the following endpoint and replace the <URL>
with your URL without the protocol.
https://creprox.vercel.app/<URL>
For security reason and legacy version support, creprox only allows URL with https
as the protocol.
creprox supports the following:
- Request methods β The request method depends on what method you use on creprox.
- Request body β If a body is provided, it is passed on to the request URL.
- Request headers β The request headers depends on the headers you've sent to creprox.
However, the following are the disadvantages:
- Response status β creprox will always return
200
, to prevent browser-defined error page. - Response body β creprox only supports text-based responses. Responses like images are not recommended.
Please use creprox with responsibility and accountability. I do not encourage using creprox to web servers that legally prohibits crawlers.