Closed Bug 1610166 Opened 6 years ago Closed 6 years ago

Audio player cookies are not being sent on parts requests

Categories

(Core :: Networking, defect)

72 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1532722
Tracking Status
firefox72 --- wontfix
firefox73 --- wontfix
firefox74 --- fixed

People

(Reporter: shmulik.shnoll, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36

Steps to reproduce:

We have a page with an audio player element, to get some streaming audio.

Actual results:

The first request for the audio source is ok, but following requests from the player, for additional streaming data, is sent out to the server without the cookies header.

Expected results:

Cookies should be sent to the server with every request to streamed data (as it was until recently).

Hi shmulik.shnoll@gong.io can you please provide the page this issue occurs on and a few steps on how to reproduce the issue ourselves and where to check the Actual results ?
Also does this issue occurs in our latest nightly build ? you can find it here: https://nightly.mozilla.org/

Flags: needinfo?(shmulik.shnoll)

Hi,
Sorry for the late reply...
No, this is not a nightly build.
Get it as a ticket from one of our customers, and it reproducible and happens on our own PCs also.
We are having a page that let the user hear/view an audio/video recorded call.
This used to work, and just stop working lately (only on FF).
We also have an external version of this page, where users can share the call externally, but there since you do not have to be logged in, we do not need the cookie, and everything is working fine.....

Here you have a url to see the issue:
https://app.gong.io/call?id=9065826164117622662
Login as :
user: firefoxbug@eilaty.net
password: BugFirefox123

Flags: needinfo?(shmulik.shnoll)

I've just installed the Firefox nightly build , and it seems this issue is resolved.
When it the plan for a release?

Thanks,
Shmulik

Thanks for the extra info, I managed to reproduce this issue using the provided URL, and in the developer tools in the Network tab on Release and Beta I was getting the 302 code for the requests while on Nightly I got the 200 Ok code

Status: UNCONFIRMED → NEW
Component: Untriaged → Networking
Ever confirmed: true
Product: Firefox → Core

Exactly.
The 302 you got, is because the cookie was not sent to the server, and the server as a response sent a redirect....
Looking forward for the release of Firefox 74.....

Thanks.

Honza, did we change cookie handling on redirects recently?

Flags: needinfo?(honzab.moz)
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(honzab.moz)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.