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

Content-Type of non-HTML responses is "text/html" #2354

Open
AndrewFerr opened this issue May 2, 2024 · 0 comments
Open

Content-Type of non-HTML responses is "text/html" #2354

AndrewFerr opened this issue May 2, 2024 · 0 comments
Labels
A-Developer-Experience Workflow of developing: building, linting, debugging, profiling, etc. O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Tolerable Low/no impact on users T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems

Comments

@AndrewFerr
Copy link
Member

Steps to reproduce

  1. Open Element Call in a web browser & open a network log
  2. Filter out CSS, JS, fonts, images, etc, but not HTML
  3. Refresh the page

Outcome

What did you expect?

Only requests returning HTML should appear in the network log.

What happened instead?

JSON & png requests appear too, as they have response headers of Content-Type: text/html; charset=UTF-8.

Operating system

Fedora

Browser information

Firefox 125.0.2

URL for webapp

Commit b5d25f1

Will you send logs?

No

@AndrewFerr AndrewFerr added the T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems label May 2, 2024
@robintown robintown added S-Tolerable Low/no impact on users O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience A-Developer-Experience Workflow of developing: building, linting, debugging, profiling, etc. labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Developer-Experience Workflow of developing: building, linting, debugging, profiling, etc. O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Tolerable Low/no impact on users T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
Projects
None yet
Development

No branches or pull requests

2 participants