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
In Step 3 of the delivery service setup tool "Publish profile," the profile data is being generated in the wrong format. The output is missing the required data:application/json prefix.
Current Behavior
The tool currently generates the following JSON format: {"publicEncryptionKey":"publicEncryptionKey_value","publicSigningKey":"publicSigningKey_value","url":"delivery_service_url"}
Expected Behavior
The tool should generate the profile data in the following format:
In Step 3 of the delivery service setup tool "Publish profile," the profile data is being generated in the wrong format. The output is missing the required
data:application/json
prefix.Current Behavior
The tool currently generates the following JSON format:
{"publicEncryptionKey":"publicEncryptionKey_value","publicSigningKey":"publicSigningKey_value","url":"delivery_service_url"}
Expected Behavior
The tool should generate the profile data in the following format:
data:application/json,{"publicEncryptionKey":"publicEncryptionKey_value","publicSigningKey":"publicSigningKey_value","url":"delivery_service_url"}
The text was updated successfully, but these errors were encountered: