You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we return a pretty Error page regardless of who requests it.
This is great for the browser but not great for the Twilio Debugger. We should return a text/plain response in that case.
The easiest way for this would be to detect the browser through a User-Agent and otherwise return text/plain.
The text was updated successfully, but these errors were encountered:
Right now we return a pretty Error page regardless of who requests it.
This is great for the browser but not great for the Twilio Debugger. We should return a
text/plain
response in that case.The easiest way for this would be to detect the browser through a User-Agent and otherwise return text/plain.
The text was updated successfully, but these errors were encountered: