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

HTTP body no longer highlighted based on Content-Type header. #3780

Open
maa-x opened this issue Mar 9, 2024 · 0 comments
Open

HTTP body no longer highlighted based on Content-Type header. #3780

maa-x opened this issue Mar 9, 2024 · 0 comments

Comments

@maa-x
Copy link

maa-x commented Mar 9, 2024

Information

  • Language: HTTP
  • Plugins: none

Description
HTTP messages should use the correct highlighter for the body based on the Content-Type, as per documentation and example ("Response body highlighted based on Content-Type"). It's broken in the example shown below to demonstrate that feature.

Code snippet

Test page

content-length: 22
content-type: text/html

<html>Some Html</html>

In that example, <html>Some Html</html> should be highlighted as HTML and not plain-text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant