I am getting a “Authorization failed - please check your credentials”
it’s “get” is the same credentials as its “post” . I’ve moved the wait time to 480 seconds. Suggestions please
I am getting a “Authorization failed - please check your credentials”
it’s “get” is the same credentials as its “post” . I’ve moved the wait time to 480 seconds. Suggestions please
Hey @ggm hope all is good.
If you could please add more context to this question. I understand you are getting Auth failed for some request happening in the HTTP Request node. Please clarify which multiple auth headers you are referring to, which resource are you connecting to. Do you think the issue is n8n? Can you send the same request with curl and verify it does work as expected?
I have a second header auth for FAL (header auth3) with a different designation as the header auth for wavespeed (header auth2) … would this cause an issue
when it comes to “Can you send the same request with curl and verify it does work as expected?” … can you explain this more in-depth .. what is a curl - curly brackets?
curl is a tool to send an http(s) request from a command line.
Basically we want to know differentiate between this being a problem with n8n vs a problem with your specific configuration. We want to try to send the same request by other means and the way to do it could be - through sending the request from the terminal or using one of the gui tools like postman.