Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback when content-disposition=attachment #3161

Open
rebeccacremona opened this issue Sep 9, 2022 · 0 comments
Open

Playback when content-disposition=attachment #3161

rebeccacremona opened this issue Sep 9, 2022 · 0 comments
Labels
enhancement Issue type playback-challenge Subcategory priority-low Priority hint

Comments

@rebeccacremona
Copy link
Contributor

rebeccacremona commented Sep 9, 2022

Can we improve playback experience when the target URL has a mime-type that normally could be displayed inline in the browser, but was served with a content-disposition: attachment header? (Example: 3YC2-DPRH).

Optimally, we would serve an interstitial instead, similar to those we use for things that can't be rendered inline.

If we wanted to do this on our end, we would look for that header during the capture process while inspecting the first contentful response and store it alongside content-type, and then adapt our existing interstitial setup.

You could also argue that all of this would be more cleanly handled from within the replay software itself, without recourse to any metadata stored externally.

@rebeccacremona rebeccacremona added enhancement Issue type playback-challenge Subcategory priority-low Priority hint labels Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue type playback-challenge Subcategory priority-low Priority hint
Projects
None yet
Development

No branches or pull requests

1 participant