# MP3 链接未嵌入

**URL:** https://meta.discourse.org/t/mp3-link-not-embedded/81642
**Category:** Support
**Created:** [2018年二月27日 09:50 UTC](https://meta.discourse.org/t/mp3-link-not-embedded/81642 "2018-02-27T09:50:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![\_Divya](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/_divya/32/120270_2.png) [@\_Divya](https://meta.discourse.org/u/_Divya)
#### Post date: [2018年二月27日 09:50 UTC](https://meta.discourse.org/t/mp3-link-not-embedded/81642/1 "2018-02-27T09:50:40Z")

</div>

I embedded a mp3 link from firebase storage in forum discussion. The link contains audio but it is not changed to audio player automatically.

Here is the link: [https://firebasestorage.googleapis.com/v0/b/jinswara.appspot.com/o/02\_Darshan%20Stuti.mp3?alt=media&token=fd901a59-75cb-46e6-bfdc-3bf129301a30](https://firebasestorage.googleapis.com/v0/b/jinswara.appspot.com/o/02_Darshan%20Stuti.mp3?alt=media&token=fd901a59-75cb-46e6-bfdc-3bf129301a30)

Please suggest the solution.

---

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [2018年二月27日 11:00 UTC](https://meta.discourse.org/t/mp3-link-not-embedded/81642/3 "2018-02-27T11:00:06Z")

</div>

That’s not true in this case. The URL is fine.

`firebasestorage.googleapis.com` simply doesn’t like our `HEAD` request and responds with error 400. Unfortunately we do not try a `GET` in that case. ~~I’m fixing it right now.~~

[FIX: Retry with GET request when HEAD fails with error 400 · discourse/discourse@4a54c09 · GitHub](https://github.com/discourse/discourse/commit/4a54c09e4619050c85e7bb061140f288dae1e048)

* * *

It works again. 🙂

[https://firebasestorage.googleapis.com/v0/b/jinswara.appspot.com/o/02\_Darshan%20Stuti.mp3?alt=media&token=fd901a59-75cb-46e6-bfdc-3bf129301a30](https://firebasestorage.googleapis.com/v0/b/jinswara.appspot.com/o/02_Darshan%20Stuti.mp3?alt=media&token=fd901a59-75cb-46e6-bfdc-3bf129301a30)

---

<div class="post-metadata">

### Author: ![Sowmay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sowmay/32/120272_2.png) [@Sowmay](https://meta.discourse.org/u/Sowmay)
#### Post date: [2018年二月27日 12:59 UTC](https://meta.discourse.org/t/mp3-link-not-embedded/81642/5 "2018-02-27T12:59:52Z")

</div>

@gerhard Thanks for such quick fixing.

---

<div class="post-metadata">

### Author: ![\_Divya](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/_divya/32/120270_2.png) [@\_Divya](https://meta.discourse.org/u/_Divya)
#### Post date: [2018年二月27日 13:14 UTC](https://meta.discourse.org/t/mp3-link-not-embedded/81642/6 "2018-02-27T13:14:13Z")

</div>

Thanks for fixing the issue and checking in code so quickly.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2018年二月27日 18:26 UTC](https://meta.discourse.org/t/mp3-link-not-embedded/81642/7 "2018-02-27T18:26:23Z")

</div>


