Aaron Hung
Aaron Hung
Update: This is now work-in-progress and will be ready for the next release candidate.
Thanks for the info. I have a couple more questions. From my understanding, if `IsExternalRefsAllowed` is set to `false` and an external reference exists in the spec, the parser will...
Support for making async requests has been added and will be ready in the next release candidate. #676
I tried to replicate the issue your having, but was only able to find that the `twilio.validateExpressRequest` method is failing to validate the request. I'm able to get `twilio.validateRequest` to...
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. (Internal ref: DI-2629)
@okomarov As a potential workaround, could you try normalizing your webhook URL hostname to lowercase characters (outlined in [RFC 3986 - Sec 3.2.2. Host](https://www.rfc-editor.org/rfc/rfc3986#section-3.2.2)), use that URL in both your...
The '-' dash character in the hostname should be fine. You'll just want to use lowercase hostnames for **both** your application and Twilio webhook setting.
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. (Internal ref: DI-2621)
Hello @stephenwade. Thanks for pointing this out. I was able to reproduce the issue where the payload from the API and the `phoneNumber.capabilities` properties differ from the TS type. The...
This issue has been added to our internal backlog to be prioritized (internal ref: DI-2467).