I'm out of my depth.

I'm trying to make a URL GET request to a service I'm discovering via Bonjour.

I have gotten a NWBrowser.Result, and I've gotten an NWEndpoint.

The endpoint is an IPv6 link local address.

How the hell do I make a URLRequest to this? I don't seem to be able to construct a URL from what I've got, but I suspect I'm holding it wrong.

Again, this is probably simple, but I'm way out of my depth here.

@caseyliss can’t you just resolve the bonjour signal to get an ip and port, then make the request on thr endpoint with what we swift provides for http requests?
@maddox I did. It’s IPV6 link local. Which URL doesn’t understand
@caseyliss turn off ipv6 on your router. Like the solution has been for 20 years 😂