본문 바로가기

개발 Error

Error parsing HTTP request header

카카오 로그인 api를 구현하는 중에 에러가 발생했다.

INFO 21292 --- [JejuTravel-BE] [nio-8080-exec-5] o.apache.coyote.http11.Http11Processor   : Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.

 

 

Error parsing HTTP request header

HTTPS로 요청하였기 때문에 발생한 에러이다.

 

카카오 로그인의 Redirect URI를 

https가 아닌 http로 수정해주자.

 

 

이제, 정상적으로 진행된 것을 확인할 수 있다. 

 

로그인 인가 받은 code를 url에서 확인할 수 있다.

이후, code를 통해, access token이 발급된 것을 확인할 수 있다.

< 참고 >

https://developers.kakaopay.com/forum/t/error-parsing-http-request-header/373/2