Twilio Extension Recieve SMS fails with HTTP Error 403 Forbidden
I am having an issue using the Twilio Extension. It was working with TWX 5.4, but we recently upgraded to TWX 6.0.2 and it is no longer working and giving an Error:
Forbidden content from [URL-To-Service]: application/x-www-form-urlencoded
I found a similar topic here: Why is CreateThing java REST call in R6 is failing with HTTP Error 403 Forbidden?
Using the information here, I have found that if I uncheck Filter Content-Type, then I can receive the messages without issue, but having it checked causes it to fail. Since this seems to be a security feature, is there something that can be done to get the Twilio Extension to work properly with that option checked?

