# Query parameters are not passed in HLS playlist file in Mozilla but working fine in Chrome

**URL:** https://community.wowza.com/t/query-parameters-are-not-passed-in-hls-playlist-file-in-mozilla-but-working-fine-in-chrome/53265
**Category:** Wowza Streaming Engine
**Created:** [April 29, 2019, 3:46pm UTC](https://community.wowza.com/t/query-parameters-are-not-passed-in-hls-playlist-file-in-mozilla-but-working-fine-in-chrome/53265 "2019-04-29T15:46:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![KS\_Dwivedi](https://avatars.discourse-cdn.com/v4/letter/k/ee59a6/32.png) [@KS\_Dwivedi](https://community.wowza.com/u/KS_Dwivedi)
#### Post date: [April 29, 2019, 3:46pm UTC](https://community.wowza.com/t/query-parameters-are-not-passed-in-hls-playlist-file-in-mozilla-but-working-fine-in-chrome/53265/1 "2019-04-29T15:46:22Z")

</div>

I have a VOD server(Wowza) and now want to integrate it with Akamai CDN. I am using a secure token as query parameter. The URL I am calling with player is:

[https://\*\*\*\*\*\*\*\*\*\*akamai.net/vod\_app\_name/smil:112233445577.smil/playlist.m3u8?hdnea=exp=1555432114~acl=/](https://my.akamai.url/vod_app_name/smil:112233445577.smil/playlist.m3u8?hdnea=exp=1555432114~acl=/)\*~hmac=11c4f9a352200348d58fb77cf64bf437fa60ea3ab4b2bae60bdb157b11beb1cb

And the response I get in Chrome, Safari & Opera is:

```auto
<code>#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=264000,RESOLUTION=256x144
chunklist_b264000_sleng.m3u8?hdntl=exp=1555500589~acl=/*~data=hdntl~hmac=58640a72653d2d384e70326656b33601bd2c159d5ecfe25cdb474f2b2012aa04
#EXT-X-STREAM-INF:BANDWIDTH=375000,RESOLUTION=426x240
chunklist_b375000_sleng.m3u8?hdntl=exp=1555500589~acl=/*~data=hdntl~hmac=58640a72653d2d384e70326656b33601bd2c159d5ecfe25cdb474f2b2012aa04
#EXT-X-STREAM-INF:BANDWIDTH=475000,RESOLUTION=640x360
chunklist_b475000_sleng.m3u8?hdntl=exp=1555500589~acl=/*~data=hdntl~hmac=58640a72653d2d384e70326656b33601bd2c159d5ecfe25cdb474f2b2012aa04
#EXT-X-STREAM-INF:BANDWIDTH=575000,RESOLUTION=854x480
chunklist_b575000_sleng.m3u8?hdntl=exp=1555500589~acl=/*~data=hdntl~hmac=58640a72653d2d384e70326656b33601bd2c159d5ecfe25cdb474f2b2012aa04
#EXT-X-STREAM-INF:BANDWIDTH=875000,RESOLUTION=1280x720
chunklist_b875000_sleng.m3u8?hdntl=exp=1555500589~acl=/*~data=hdntl~hmac=58640a72653d2d384e70326656b33601bd2c159d5ecfe25cdb474f2b2012aa04

```

But in Mozilla firefox the response is not having the query-parameters, it looks like:

```auto
<code>#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=264000,RESOLUTION=256x144
chunklist_b264000_sleng.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=375000,RESOLUTION=426x240
chunklist_b375000_sleng.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=475000,RESOLUTION=640x360
chunklist_b475000_sleng.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=575000,RESOLUTION=854x480
chunklist_b575000_sleng.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=875000,RESOLUTION=1280x720
chunklist_b875000_sleng.m3u8

```

I tried with other HLS URLs (with no Akamai CDN), and in Mozilla everything is working fine.

Akamai guys are saying that there is no problem at there end, I tried with different systems & different ISPs but the same result.

I also tried changing “referer header” (user agent) in browser. Even in Chrome when referer is set to “Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0” the playlist is returned without query parameters. And when in Firefox, I change the user agent the query parameters are present. So it has something to do with user agent.

The same issue is there with DASH, it’s not only HLS issue.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [April 30, 2019, 8:39pm UTC](https://community.wowza.com/t/query-parameters-are-not-passed-in-hls-playlist-file-in-mozilla-but-working-fine-in-chrome/53265/2 "2019-04-30T20:39:09Z")

</div>

Thanks for the question [@KS Dwivedi](http://community.wowza.com/community/questions/51506/query-parameters-are-not-passed-in-hls-playlist-fi.html#). Wowza only supports live streaming to a CDN at this time. We do not provide support for VOD workflows to a CDN like Akamai. Sorry for any inconvenience this causes you.
