Basic auth usually means you must provide an Authentication header with a token. Try to use the HTTP Request node with basic auth. But in that way, you can’t use the Ollama node
It turns out it is a security thing that changed a while ago. At the moment the best option would be to use an http request node and manually make the calls that way.
How could I have the same behavior as this workflow using an HTTP node?
The issue is that my Ollama server is remote to my n8n server and the node doesn’t accept Basic Auth, nor the credentials support authentication, which means I’m stuck with nothing.
I realised that the node is a model or embed so the http request node won’t be an option. the only current solution would be to run ollama locally as it was intended and connect n8n directly to it without needing the authentication.