인프런 커뮤니티 질문&답변

Tay님의 프로필 이미지

작성한 질문수

Node.js 웹개발로 알아보는 백엔드 자바스크립트의 이해

JSON 활용한 Ajax처리

ajax script error

17.10.10 19:29 작성

·

249

0

XMLHttpRequest cannot load http://127.0.0.1:3000/ajax_send_email. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. 버튼을 클릭하면 위에 에러를 보게 됩니다. 어떻게 처리하면될가여?

답변 2

5

dangerousman님의 프로필 이미지

2021. 03. 21. 21:42

form.html script 태그에서 sendAjax 함수 인자 URL을 http://127.0.0.1:3000/ajax_send_email 에서 http://localhost:3000/ajax_send_email 로 바꿔 보세요. 자세한 내용은 링크(https://coding-groot.tistory.com/91) 확인해보세요.

0

hyungseok ji님의 프로필 이미지

2022. 04. 27. 16:15

댓글보고 해결되었습니다! 감사합니다

Tay님의 프로필 이미지

작성한 질문수

질문하기