Issue with Dynamic HTTP Request

Sorry! I made a modification in the node to simplify the process and ended up putting the URL in the wrong field

This is my actual scenario. I sent a screenshot so you can see exactly what the error is.

Qual é a mensagem de erro (se houver)?

ERROR: Forbidden - perhaps check your credentials?
403 - “URL signature expired”

Please share your workflow

Details:

  1. Using a Direct Expression:
  • Expression: {{ $json.videoUrl }}
  • Result: An error occurs.
  • Context: This URL is dynamically generated from a spreadsheet.
  1. Entering the URL Directly:
  • If I enter the URL directly into the HTTP Request’s URL field, it works without any issues.
  1. Using a ‘Set’ Variable:
  • Expression: {{ $json.video }}
  • Result: It works correctly.
  • Context: In this case, I manually set the value of ‘video’ using a ‘Set’ node.