Closed HighLibrarian closed 1 year ago
nevermind: found this discussion after posting: https://github.com/coddingtonbear/obsidian-local-rest-api/discussions/18)
Glad you found the answer, even if it was not the one you were hoping to hear. Good luck!
Hi there, first, thank you for this great plugin, this plugin creates so many new ways to interface with obsidian! but I seem to have an issue connecting to the api from another device from within the same network. I tried the following in PowerShell to get the status from the api but i cannot connect to the api using http (for testing purposes)
So obsidian runs on Device-A with windows firewall disabled (just t rule it out) and the http server is enabled using the default 27231 port. When I try to connect to it from Device-B i get "unable to connect to the remote server" from PowerShell. The following commands were used:
locally on Device-A the command works fine and returns the versions and auth status.
Do you have an idea what the issue might be?