How to obtain the URLs used for Unity Hub login to use the Editor?

Hi,

I want to access the list of URLs used by unity to access its network since it’s blocked by my company policies and upon obtaining the URLs we can whitelist them so that we can use the software without any issues.

If you are under windows you could use a tool like procmon to capture with urls a process is accessing

then you can login with the hub to capture it.

1 Like

could you whitelist whole unity domains, or need specific urls also?

can also decompile hub (with asar unpacker), to search https lists,
but of course not all are required… and theres is several pages more…

1 Like