Git Product home page Git Product logo

Comments (2)

suya55 avatar suya55 commented on September 27, 2024

@mcvzone 안녕하세요.
기존 API와 같은건 오직 user_key같은 메타데이터 밖에 없습니다.

기존 문서를 의지하지 마시기바랍니다.

일단 등록하신 정보를 보니까
https://kakaot.axa.co.kr/KakaoActionControler.action 이렇게 확인이 됩니다.

카카오 서버가 귀사의 서버를 호출하는데에는 필수적으로 2개의 api 주소가 필요합니다.

https://{사용자의 서버 주소}/keyboard
https://{사용자의 서버 주소}/message

하지만 제가 주소로만 봤을때는 KakaoActionControler.action이 path에 속하지 않는것 같으니
어드민에서 주소입력하는 부분에는 https://kakaot.axa.co.kr 여기 까지만 입력하시구요
그러면 카카오 서버가 귀사의 서버를 호출할 때 뒤에 keyboard와 message를 붙여서 아래와 같이 호출하게 됩니다.

https://kakaot.axa.co.kr/keyboard   - GET 요청
https://kakaot.axa.co.kr/message   - POST요청

각 주소에서 저희가 전달드리는 user_key, message등의 정보는 request body에 json 형태의 문자열로 실어서 보내게 됩니다.

그럼 server side에서 request.body를 추출하실 때 json object형태로 파라미터를 추출하셔서 사용하시면 됩니다.

from auto_reply.

mcvzone avatar mcvzone commented on September 27, 2024

확인 해보니, 운영에만 인증서가 있고, 개발 단에는 인증서가 존재 하지 않아서 발생된 문제 였습니다.
감사합니다.

from auto_reply.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.