Files
odoo-plugin-creation/server
jason 19ed0844f9 Add ProxyAwareTransport to fix xmlrpc proxy bypass in Cowork sandbox
Routes all XML-RPC calls through the system HTTPS proxy (HTTPS_PROXY env var)
using urllib.request.build_opener(ProxyHandler()) instead of raw socket
connections that bypass the proxy. Also adds urllib.request and urllib.error
imports.
2026-03-31 08:53:15 -05:00
..