Sign inSign up

makestory/cors-proxy

By makestory

Updated over 6 years ago

Local CORS Proxy Server

Image
0

238

makestory/cors-proxy repository overview

로컬 개발환경에서,
API 데이터 호출가능한 프록시 서버
(CORS 문제 해결을 위한 Header 설정 등을 변경하지 않고 통신가능, https://www.w3.org/TR/cors/)

  • step1
  • $ docker pull makestory/cors-proxy:latest
  • step2
  • $ docker run --name cors-proxy -p 3291:3291 makestory/cors-proxy:latest

  • cors-proxy stop
  • $ docker stop cors-proxy
  • cors-proxy start
  • $ docker start cors-proxy

Tag summary

Content type

Image

Digest

Size

403.6 MB

Last updated

over 6 years ago

docker pull makestory/cors-proxy