Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9. CORS 와 Webpack DevServer Proxy · GitBook #85

Open
utterances-bot opened this issue Jan 24, 2022 · 6 comments
Open

9. CORS 와 Webpack DevServer Proxy · GitBook #85

utterances-bot opened this issue Jan 24, 2022 · 6 comments

Comments

@utterances-bot
Copy link

9. CORS 와 Webpack DevServer Proxy · GitBook

https://react.vlpt.us/redux-middleware/09-cors-and-proxy.html

Copy link

좋은 정보 감사합니다.

Copy link

"proxy": "http://localhost:4000" 설정시

  • options.allowedHosts[0] should be a non-empty string.
    오류가 나네요
    모르겟뜸

Copy link

저도 @josunyjostar님처럼 같은 에러가 나네요

Copy link

@josunyjostar, @hjplumtree 7장 8. json-server 파트 보시면 data.json 파일을 4000포트로 서버에 올리는 과정이 있습니다. 이 과정을 진행하셔야 4000포트 프록시 설정이 먹힐 겁니다.

프록시 = 백엔드서버의 도메인 이라고 생각하시면 이해가 쉬우실 겁니다. ㅎㅎ

Copy link

외부 API 사용시 우회가 필요할경우 https://cors.sh 와 같은 서비스를 이용하면 된다는점..

Copy link

좋은 글 감사합니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants