[GH-ISSUE #4791] Add app:// as a valid request origin protocol #3020

Closed
opened 2026-04-12 13:25:38 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @BWurster on GitHub (Jun 3, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4791

Originally assigned to: @royjhan on GitHub.

I am trying to query my local instance of Ollama from Obsidian, which according to dev tools has the origin app://obsidian.md. Wireshark says this traffic ends up going out over 127.0.0.1, so I suspect that app:// is just not a supported protocol. I tried adding "app://obsidian.md" to the OLLAMA_ORIGINS env variable but was getting errors about it not being a valid origin.

It seems like there is a lot of support beyond http including chrome-extension, so seeing app supported would easily fix my issue and probably has common applications beyond working with Obsidian.

Originally created by @BWurster on GitHub (Jun 3, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4791 Originally assigned to: @royjhan on GitHub. I am trying to query my local instance of Ollama from Obsidian, which according to dev tools has the origin app://obsidian.md. Wireshark says this traffic ends up going out over 127.0.0.1, so I suspect that app:// is just not a supported protocol. I tried adding "app://obsidian.md" to the OLLAMA_ORIGINS env variable but was getting errors about it not being a valid origin. It seems like there is a lot of support beyond http including chrome-extension, so seeing app supported would easily fix my issue and probably has common applications beyond working with Obsidian.
GiteaMirror added the feature request label 2026-04-12 13:25:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#3020