GET http request gives error

Describe the issue/error/question

I am passing direct download url to the http request node using get method and setting response format to json but it gives me an error “302 found”

What is the error message (if any)?

NodeApiError: UNKNOWN ERROR - check the detailed error for more information
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1167:27)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:658:28)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:585:53

## Please share the workflow

## Share the output returned by the last node
<!-- If you need help with transforming the data, please also share the expected output -->

## Information on your n8n setup
- **n8n version:**
- **Database you're using (default: SQLite):**
- **Running n8n with the execution process [own(default), main]:**
- **Running n8n via [Docker, npm, n8n.cloud, desktop app]:**

Hey @Jama,

Welcome to the community :tada:

A 302 normally indicates a redirect is happening, Would you be able to share your workflow and complete the rest of the template so that we can look into this more.

@Jon


workflow

my http request node

Hey @Jama,

What about the rest of the template?

I have just done a quick test from here on my instance of n8n and I have been able to get the data without issue which makes me thing could be something else set in your http request node that I can’t see.

This is what I am seeing when I try it…

The workflow itself is below.

@Jon
Thanks for your quick responses, it seems like an issue was not on n8n side but on metabase.
I have executed my workflow without any changes and it suddenly worked.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.