Describe the bug
Please provide as much information as you can.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
Screenshots
I have a JS notebook running in Codespaces. When I try fetching any URL through localhost from the notebook, it does not connect.
I can confirm the server is running, as running curl http://127.0.0.1:11434 in a terminal works fine.

Is there anything I'm missing, or is this maybe related only to devcontainer/Codespaces environments?
Describe the bug
Please provide as much information as you can.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!aboutmagic command. ):Screenshots
I have a JS notebook running in Codespaces. When I try fetching any URL through

localhostfrom the notebook, it does not connect.I can confirm the server is running, as running
curl http://127.0.0.1:11434in a terminal works fine.Is there anything I'm missing, or is this maybe related only to devcontainer/Codespaces environments?