I work as web developer in a big corporate company, and recently they did a couple of changes to proxy and network ruling, lots of services are no longer usable, and they haven't disclosed what was changed.
I used to run a django development server in my machine, and my colleagues could access it by going to my_machine_name.intranetdomain.com
, but after these changes I can only access it through my machine.
I know for a fact the request isn't even reaching my computer
My question is, what is the protocol they started barring? So we at least know where to start
The error that appears on Chrome is ERR_CONNECTION_REFUSED
Worth noting that this isn't even close to my area of expertise, so excuse me if I said something wrong