a4e8d87688
curl was inheriting HTTPS_PROXY=127.0.0.1:8888 (a local gost tunnel whose upstream VPN intermittently 503s), making the app fail to load dictionaries in dev. Upstream Ngenix WAF also newly requires a 307-to-self cookie handshake (ngenix_valid) before issuing JSON. Bypass the system proxy directly and keep a per-session cookie jar so the handshake only runs once.