Asked 14 days ago by NebularAdventurer846
HTTP-Request Node Returns 403 Forbidden Error Despite Valid Credentials
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 14 days ago by NebularAdventurer846
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I imported a working curl command into an 'http-request' node in n8n, but instead of a successful response, I'm receiving a 403 error with the message:
“forbidden - perhaps check your credentials? 403403 forbidden”
Since the same credentials work on the Windows command line and on the Bruno platform, I suspect the issue might be related to the node configuration.
Here's my current workflow:
JSON{ "nodes": [ { "parameters": { "url": "https://api.test.consoleconnect.com/api/auth/token", "sendHeaders": true, "headerParameters": { "parameters": [ { "name": "Authorization", "value": "secret secret secret" } ] }, "options": {} }, "type": "n8n-nodes-base.httpRequest", "typeVersion": 4.2, "position": [ -900, -500 ], "id": "4f865fe4-76f3-4792-8c3d-42796be5a60b", "name": "HTTP Console API", "retryOnFail": false } ], "connections": {}, "pinData": {}, "meta": { "templateCredsSetupCompleted": true, "instanceId": "dbea3a5d94fad0d13751cc60b9a39469e332a25b331d61ba003b1c4c8049e051" } }
The last node doesn't return any response.
Additional n8n setup information:
Any help figuring out this issue would be greatly appreciated!
Comments 0
•Answers 0
•Views 5
No comments yet.