Signature の検証は channel secret を用いて行われます。 line.bot.channel-secret が、正しい値になっているかを確認してください。 channel secret は、Developer Center から取得可能です。
- 1
投稿 : 2021/10/18
まず、ログを確認してみてください。 403 Forbidden ということは、何らか、作成された application で callback 用のエンドポイントに認証がかかっている可能性が高いです。おそらく、spring security の認証が messaging API の callback 用エンドポ...
- 1
投稿 : 2021/09/15
If you can receive the message in English characters, the issue may exists around signature validation logic. Please check it.
- 2
投稿 : 2021/07/27
Cache-Control ヘッダーなどの HTTP Header を送信するようにしてみてはいかがでしょうか? それでダメならば、違うURLを使うようにすると良いかと思います。たとえば http://example.com/img?t=202107221 のようにクエリストリングに送信日を含むパラメータを付...
- 0
投稿 : 2021/07/21
I can't determine the page or screen. Could you give me the screenshot or URL?
- 0
投稿 : 2021/07/13
I don't know how you implement it, but I guess so... but my guess is that you may get the String object from the web application framework and convert it to...
- 0
投稿 : 2021/06/24
画像のURLは適切に設定された HTTPS URL である必要があります。 現在していされている URL では、ブラウザ上でも表示できていないと思いますのでご確認ください。
- 0
投稿 : 2021/05/19
Unfortunately, you can't do it. Because webhook url requires SSL. You can't apply SSL without domain name. https://developers.line.biz/en/docs/messaging-ap...
- 0
投稿 : 2021/04/28
LINE doesn't provide any IP list for developers. LINE send's webhook payload as a signed message. Please verify the signature in the HTTP header instead.
- 1
投稿 : 2021/03/12