n8n - 💡(How to fix) Fix Improve debug on HTTP request node

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

When you have issues with headers it is impossible to debug them because the data are hidden (also in the browser console). It is missing a copy as curl request button that was already proposed in the forum 3 years ago https://community.n8n.io/t/general-http-request-debugging/2755/9

RAW_BUFFERClick to expand / collapse

Bug Description

As you can see in this screenshot:

<img width="1132" height="908" alt="Image" src="https://github.com/user-attachments/assets/748a9e81-106f-4f33-86e9-d856e408b12d" />

When you have issues with headers it is impossible to debug them because the data are hidden (also in the browser console). It is missing a copy as curl request button that was already proposed in the forum 3 years ago https://community.n8n.io/t/general-http-request-debugging/2755/9

Also the other info box is useless in this case because are just internal js stuff and aren't helpful on debugging the issue.

To Reproduce

  1. Add http request node
  2. Do a requestt hat fails

Expected behavior

  • a simple button to export the actual request with all the data as curl to investigate

Debug Info

Any n8n version

Operating System

Debian

n8n Version

1.3.x

Node.js Version

anything

Database

PostgreSQL

Execution mode

main (default)

Hosting

self hosted

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

  • a simple button to export the actual request with all the data as curl to investigate

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING