pipedream 한글 Request path contains unescaped characters
한글이나 이모티콘을 넘기려는 경우 아래와 같은 에러가 발생함.
아래는 파이프드림에서 찾은 Q&A.
Thanks. So instead of putting the parameters all in the URL, can you keep everything up until /sendMessage and remove the ? and everything after?
Then click on the Params section and add params like so:
chat_id: (value of chat ID)
text: {{steps.trigger.event.body}}
Passing these as params, instead of stuffing everything in the URL, should fix the encoding error
What is the issue with unescaped characters in webhook request path for a Telegram bot?
user-1 (User 1) May 14, 2023, 11:55pm 2 HI , can you show me exactly where you’re seeing this error (via screenshot), and share the exact text of the error message you’re seeing? user-1 (User 1) May 14, 2023, 11:55pm 3 user-1 (User 1) May 14, 2023, 11:
pipedream.com
위 처럼 url에 get으로 파라미터 붙이지 말고 params에 추가해서 처리하면 됨.