-
Notifications
You must be signed in to change notification settings - Fork 100
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
Comments
좋은 정보 감사합니다. |
"proxy": "http://localhost:4000" 설정시
|
저도 @josunyjostar님처럼 같은 에러가 나네요 |
@josunyjostar, @hjplumtree 7장 8. json-server 파트 보시면 data.json 파일을 4000포트로 서버에 올리는 과정이 있습니다. 이 과정을 진행하셔야 4000포트 프록시 설정이 먹힐 겁니다. 프록시 = 백엔드서버의 도메인 이라고 생각하시면 이해가 쉬우실 겁니다. ㅎㅎ |
외부 API 사용시 우회가 필요할경우 https://cors.sh 와 같은 서비스를 이용하면 된다는점.. |
좋은 글 감사합니다 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
9. CORS 와 Webpack DevServer Proxy · GitBook
https://react.vlpt.us/redux-middleware/09-cors-and-proxy.html
The text was updated successfully, but these errors were encountered: