Hi Tejas,
I tried to request the mp3 file on the browser, and using developer tools I can see that the content-type is different than the one you configured (audio/wav) instead of (audio/mpeg).
Can you double check the content-type?
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have uploaded mp3 files on azure blob storage, which have
content-type : **audio/mpeg
CORS settings
1)**
Allowed Origins: *
Allowed Methods: GET
Allowed Headers: Origin, Content-Type
Exposed Headers: *
Max age: 0
2)
Allowed Origins: *
Allowed Methods: OPTIONS
Allowed Headers: Origin, Content-Type
Exposed Headers: *
Max age: 0
But my audio is not playing.
https://fuelcoachstorage.blob.core.windows.net/container/IdilingRecording20230809_093458.mp3
Hi Tejas,
I tried to request the mp3 file on the browser, and using developer tools I can see that the content-type is different than the one you configured (audio/wav) instead of (audio/mpeg).
Can you double check the content-type?
Thanks