-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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): Correctly doesn't redirect on non GET method #6132
fix(HTTP Request Node): Correctly doesn't redirect on non GET method #6132
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Files matching
Make sure to check off this list before asking for review. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #6132 +/- ##
==========================================
- Coverage 19.97% 19.97% -0.01%
==========================================
Files 2621 2621
Lines 118071 118073 +2
Branches 18520 18521 +1
==========================================
Hits 23585 23585
- Misses 93774 93775 +1
- Partials 712 713 +1
☔ View full report in Codecov by Sentry. |
|
1 similar comment
|
…uest-follow-redirects-false-is
✅ All Cypress E2E specs passed |
* master: (110 commits) fix(editor): Update and add design system checkbox component to Editor (#6178) fix(editor): Display SSO entry in Settings on Cloud (#6181) feat(Code Node): Add Python support (#4295) fix(editor): Update and fix storybook (was failing to run in local dev mode) (#6180) feat(Kafka Trigger Node): Add non-parallel execution (#6175) fix(Postgres Node): Always return TIMESTAMP and TIMESTAMPZ as ISO string (#6145) fix: Revert change that hid the SSH private key (no-changelog) (#6158) fix(Google Sheets Node): Upgrade xlsx to address CVE-2023-30533 (#6172) fix(editor): Show the correct actions count in the nodes list (#6183) ci: Revert full db reset for e2e (no-changelog) (#6182) fix(AWS Rekognition Node): Fix all different action type (#6136) feat(Airtable Node): Access token support (#6160) fix(editor): Remove duplicate mapping of `item.json` key in data pinning (#6135) fix(HTTP Request Node): Correctly doesn't redirect on non GET method (#6132) fix(MySQL Node): Node should return date types as strings (#6169) feat(JotForm Trigger Node): Add support for hipaa-api.jotform.com (#6171) 🚀 Release 0.227.0 (#6167) fix(editor): Flag issues only on workflow activation (#6127) fix(editor): Faster reconnects for push (no-changelog) (#6164) fix: Log unhandled errors during license activation (no-changelog) (#6165) ... # Conflicts: # packages/editor-ui/src/mixins/workflowHelpers.ts # packages/editor-ui/src/views/NodeView.vue
…6132) Fixed ingnored parameter for redirect
Got released with |
Github issue / Community forum post (link here to close automatically):
https://community.n8n.io/t/http-node-with-post-method-ignores-follow-redirects-disabled/24245?u=mutedjam