This image provides cors-anywhere service.
docker run --restart always -d --name cors-anywhere -p 8080:8080 orrisroot/cors-anywhere
curl --request GET \
--url http://localhost:8080/http://example.com \
--header 'origin: *'
Content type
Image
Digest
sha256:98f8e8563…
Size
51.7 MB
Last updated
7 months ago
docker pull orrisroot/cors-anywhere