Skip to content

orrisroot/docker-cors-anywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cors-anywhere docker image

This image provides cors-anywhere service.

Example

Run

docker run --restart always -d --name cors-anywhere -p 8080:8080 orrisroot/cors-anywhere

Request

curl --request GET \
  --url http://localhost:8080/http://example.com \
  --header 'origin: *'