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

fix(HTTP Request Node): Support quoted HTTP response encoding #11655

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pemontto
Copy link
Contributor

@pemontto pemontto commented Nov 8, 2024

Summary

Fixes #11654

This PR removes quotes from the encoding.

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@Joffcom
Copy link
Member

Joffcom commented Nov 8, 2024

@pemontto would it be worth adding a test as well?

@pemontto
Copy link
Contributor Author

pemontto commented Nov 8, 2024

@Joffcom it definitely would. Let me see if I can work it out!

@n8n-assistant n8n-assistant bot added community Authored by a community member core Enhancement outside /nodes-base and /editor-ui node/improvement New feature or request in linear Issue or PR has been created in Linear for internal review labels Nov 8, 2024
@Joffcom
Copy link
Member

Joffcom commented Nov 8, 2024

Hey @pemontto,

Thanks for the PR, We have created "GHC-412" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
packages/core/src/NodeExecuteFunctions.ts 0.00% 4 Missing ⚠️

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member core Enhancement outside /nodes-base and /editor-ui in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP Request node fails with quoted encodings.
2 participants