Removal of HTTP reason phrase
January 18, 2023
API
Bandwidth App
Beginning March 1, 2023, the Bandwidth App API will no longer guarantee that the HTTP reason phrase will be sent on responses to API requests. This is in accordance with the HTTP standard (RFC 9110, Section 15.1).
This change means that a response that used to look like this:
GET https://dashboard.bandwidth.com/api/tns?npa=919
HTTP/1.1 200 OK
Will now return this:
GET https://dashboard.bandwidth.com/api/tns?npa=919
HTTP/1.1 200
Please verify that your apps do not use the reason phrase when processing responses from our API in advance of March 1.
View all release notesStay updated as we add new functionality to Bandwidth.