You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a project that needs to access a backend locally or remotely.
Usually the server is listening on http://0.0.0.0:5000 locally. When debugging on the browser (latest Firefox) everything works fine. But when I went on Tauri to see how was the experience on the app itself I got the following error:
Not allowed to use restricted network host "0.0.0.0": http://0.0.0.0:5000/
It happens with and without the allowlist and plugin http installed.
The text was updated successfully, but these errors were encountered:
MidKnightXI
changed the title
[HTTP/permissions] Can't query 0.0.0.0 IPs even with properly setted allow-list
[HTTP/permissions] Can't query 0.0.0.0 IPs even with properly set allow-list
Dec 27, 2024
Context
I'm currently working on a project that needs to access a backend locally or remotely.
Usually the server is listening on
http://0.0.0.0:5000
locally. When debugging on the browser (latest Firefox) everything works fine. But when I went on Tauri to see how was the experience on the app itself I got the following error:It happens with and without the allowlist and plugin http installed.
default.json
file:Medias
The text was updated successfully, but these errors were encountered: