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: *'
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: *'