botkit icon indicating copy to clipboard operation
botkit copied to clipboard

Responses for incoming message webhook have no content type

Open smoyte opened this issue 3 years ago • 1 comments

Are you sure this is an issue with the Botkit core module?

Yes

What are you trying to achieve or the steps to reproduce?

Receive message from Twilio

What was the result you received?

11200 error, no content type given. curl shows there is no content type in the response:

< HTTP/1.1 200 OK
< Server: nginx/1.14.0 (Ubuntu)
< Date: Tue, 29 Jun 2021 15:17:06 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-Powered-By: Express
< 

The request still works, but my Twilio console is littered with errors.

Is this my setup somehow or does this happen to everyone?

If these are empty responses, shoudn't they be 201 or 204?

Context:

  • Botkit version: 4.6.1
  • Messaging Platform: Twilio
  • Node version: 12

smoyte avatar Jun 29 '21 15:06 smoyte

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 09 '22 02:01 stale[bot]