Ollama/Debian access by Windows 11 makes cURL error
I have Ollama installed on a Debian 12 machine. Local access is ok but fails on Windows 11. Works on Ollama server: http://localhost:11434/ WORKS http://[local ip]:11434/ WORKS curl https://www.google.com WORKS curl http://localhost:11434/api/generate -d '{ "model": "llava", "prompt": "Why is the…