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

Diff headers sort is case sensitive #2242

Open
novitae opened this issue Jan 27, 2025 · 0 comments
Open

Diff headers sort is case sensitive #2242

novitae opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@novitae
Copy link

novitae commented Jan 27, 2025

Description

When comparing two requests in the diff menu, the headers if they don't have the same case, won't compare, and show a big red and green difference.

Image

As you can see on the right part of the pic, the header key "accept" is after "Pragma". Same for all the lowercase headers. This happens because it is "accept" and not "Accept". This is super annoying to compare two requests headers.

Steps to Reproduce

  1. Make a request to whatever.
  2. Add it to the diff.
  3. Edit and replay the request after changing the headers to full lowercase.
  4. Add the this new request to the diff.

Current Behavior

The diff will show a huge difference, while it's the just the headers keys case changing.

Expected Behavior

Should be ignoring the case of keys.

Environment

  • App version: 5.14.0
  • macOS version: 15.1.1
@novitae novitae added the bug Something isn't working label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant