The ARI Builder page should perform input validation for the "Text Input" and "ARI CBOR" options to prevent the user from generating invalid ARIs.
Currently the user is able to click the "submit" button and send invalid ARI's via the "Text Input" and "ARI CBOR" fields and these error when reaching the transcoder, sending the user back a Toast notification that an error occurred. This is not clear to the user so a separate validation endpoint and message that gives more info about if the ARI is valid would improve the user experience.
Related to #266.
The ARI Builder page should perform input validation for the "Text Input" and "ARI CBOR" options to prevent the user from generating invalid ARIs.
Currently the user is able to click the "submit" button and send invalid ARI's via the "Text Input" and "ARI CBOR" fields and these error when reaching the transcoder, sending the user back a Toast notification that an error occurred. This is not clear to the user so a separate validation endpoint and message that gives more info about if the ARI is valid would improve the user experience.
Related to #266.