Https request node error

in the https request node im trying to get a company url form google sheet to use it in http request , but the moment i try to excute the http request it says that Forbidden - perhaps check your credentials? [item 1] . can any one help me

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(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

Information on your n8n setup

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

hey @Ayoub05 !
An image with that node configurations?
How did you used the credentials? in header, body , query etc….

Cheers!

Hi @Ayoub05,

Can you please share a sample url and your workflow so we can check. Usually a Forbidden response means the side is protected by some sort of authentication which is required.