강의

멘토링

커뮤니티

Inflearn Community Q&A

dotdot's profile image
dotdot

asked

Practical front-end skills learned through Trello development: Vuejs, Vuex, Vue-Router

Authentication API

password 입력 불가

Written on

·

427

1

'password'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는

배치 파일이 아닙니다.

라는 문장이 뜹니다

javascriptvuejs

Answer 3

4

----------------------------------------------------

# 오류메세지

{"error":"Login failure"}'password' ....

----------------------------------------------------

window 명령프롬프트를 사용하셨을 경우 똑같은 경우 이렇게 뜨네요 ㅎㅎ

os상 차이(작은따옴표)로 생긴 문제로 인식되네요.

윈도우에선 이렇게 한번 써보세요.

----------------------------------------------------

# 윈도우

curl -X POST localhost:3000/login -d "email=test@test.com&password=123123"

----------------------------------------------------

# vscode 내 터미널 사용시 

Defualt Shell 이 cmd 여야합니다.

Power Shell, gitBash 경우 안먹네요...

다른 방법있으시다면 추가의견 부탁드립니다.

1

요청 보내실때 Header에

Content-Type: application/json

을 한번 추가해보세요

1

저도 같은이유인데..어떻게 고치셨나요?

dotdot's profile image
dotdot

asked

Ask a question