Describe the problem/error/question
Tested the url (tried to paste the url but always blocked, this is not promoting but url for redirection) in the browser, it does redirect to the target url.
So I had created a very simple workflow in n8n, Triggered when clicking “Test workflow” node, then followed with HTTP Request node, Method: GET, URL: same as above. The output Node executed successfully, but statusCode 200.
Consulted ChatGPT answered: statusCode 200 means that the request was successful but no redirection was triggered by the HTTP Request node.
Is it possible for HTTP Request node to trigger a redirection in NGINX ?
What is the error message (if any)?
statusCode 200
Please share your workflow
{
“meta”: {
“instanceId”: “b1e44cda4a355207a3921fbf7b887436da8c4b1dde703b668945eef3f059c4cc”
},
“nodes”: [
{
“parameters”: {
“url”: " (tried to paste the url but always blocked, this is not promoting but url for redirection)",
“options”: {
“response”: {
“response”: {
“fullResponse”: true
}
}
}
},
“id”: “e58020a8-3f14-4b41-b4fa-10011aace697”,
“name”: “HTTP Request”,
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 4.2,
“position”: [
960,
380
]
}
],
“connections”: {},
“pinData”: {}
}
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
statusCode 200, expect 301
Information on your n8n setup
- **n8n version: 1.64.3
- **Database (default: SQLite): default
- **n8n EXECUTIONS_PROCESS setting (default: own, main): default
- **Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- **Operating system: Windows