Li

Delete

Are you sure you want to delete this?

EasyPayModel


Date
20211011
Target
C_030
Title
kakaopay, OAuth Redirect URI는 무엇?
Contents
https://developers.kakao.com/console/app/647381/product/login 에서 Redirect URI를 등록하라고 나오고 여러개의 URI를 줄바꿈으로 추가해주세요. (최대 10개) REST API로 개발하는 경우 필수로 설정해야 합니다. 예시: (O) https://example.com/oauth (X) https://www.example.com/oauth 라고 설명되어 있는데 (O) https://example.com/oauth (X) https://www.example.com/oauth 이 무엇을 의미하는지 모르겠다. www가 붙으면 안된다는 것인데..