howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.44k stars 2.28k forks source link

Responses for incoming message webhook have no content type #2132

Open smoyte opened 3 years ago

smoyte commented 3 years ago

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:

stale[bot] commented 2 years ago

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.