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
Hello, I am using ogv.js to play .ogg files in a web application. My web application uses cookies for session-based user auth, and the audio files are gated behind an auth middleware on the server requiring request cookies.
Hello, I am using ogv.js to play .ogg files in a web application. My web application uses cookies for session-based user auth, and the audio files are gated behind an auth middleware on the server requiring request cookies.
When I define my audio element as
The file is streamed correctly (and plays on non-Safari browsers). In the network tab, I see the correct cookies in the request.
When I define my audio element as
request to the backend fails with error 403 (which is what my server returns for a request that fails auth), and in the request tab I see no cookies.
The text was updated successfully, but these errors were encountered: