Postman

1. 에러 메시지Postman을 활용해 OAuth2.0 카카오 토큰을 발급 받으려고 시도했는데 계속 아래와 같은 에러 메시지가 떴다.Error: invalid_client, Description: Not exist client_id [null]분명히 client_id에 REST API 키를 잘 넣었는데 계속해서 같은 에러가 떴다.  2. 문제점Client Authentication이 Send as Basic Auth header로 되어 있는 것이 문제였다.  3. 해결방법구글링을 해보니 특정 버전부터는 Client Authentication을 Send client credentials in body로 설정해야 한다고 한다.이전 버전에는 Send as Basic Auth header로 해도 요청이 잘 갔다..
1. 오류 내용더보기java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x000xf70x010x000x000xf30x030x030x19|0x920xbb(G0x86p0xc40xc90xff0x040xa1Q0x1eP0x17h0xab0xfe0xa7&0x000xa26D0xf90x99%0xe10x8f2 ]. HTTP method names must be tokens 2. 기존 MemberController@RestController@RequestMapping("/api")@RequiredArgsConstructorpublic class MemberController { private final Membe..
혜발아기
'Postman' 태그의 글 목록