Closed
Description
In what scenarios do you need this feature?
This feature would be useful to call APIs from other devices when the authentication code hasn't been set.
Describe the optimal solution
The best solution would be to allow API requests from the local network even when the authentication code hasn't been set, since some kind of authentication is required regardless (API Token).
Describe the candidate solution
No response
Other information
I wasn't sure whether to label this as a bug or a feature request, because this just doesn't make sense from my perspective.
Needing an authentication code for the web login on the local network is obviously the best choice, but why would APIs be blocked as well if they require some sort of authentication to respond, like the API token?
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
TCOTC commentedon Apr 11, 2025
Using 127.0.0.1:6806 should not require an Access authorization code.
DD3Boh commentedon Apr 11, 2025
I'm not talking about that, but rather the actual device's IP address when accessed from another device once network serving is enabled.
I don't see any reason why the API wouldn't work without an access code in that case, since the authentication needs the API token
[-]Authenticated external API requests should work without an authentication code set[/-][+]Authenticated kernel API requests work without setting the authentication code[/+]🧑💻 Authenticated kernel API requests work without setting the authen…