HTTP Request Module Not Passing Authentication

Describe the problem/error/question

Generic Credential Authentication failing with HTTP Request Node, but working if manually specified in the Headers.

Creating it by hardcoding the Authorization Header with Bearer token works fine and returns the expected output.

What is the error message (if any)?

Authorization failed - please check your credentials

Please share your workflow

Share the output returned by the last node

No output.

Information on your n8n setup

  • n8n version: 1.91.2
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: N/A

Try the generic header auth type instead.

1 Like

Same…HTTP Request auth broke. (maybe with the last update 1.91.2?) Using Authentication None, sending Headers seems to work.

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