From: maan.harry@... Date: 2018-02-01T02:47:59+00:00 Subject: [ruby-core:85319] [Ruby trunk Bug#14345] http_proxy setting should respect both parent domain and subdomain Issue #14345 has been updated by harsimranmaan (Harsimran Singh Maan). Any updates here? ---------------------------------------- Bug #14345: http_proxy setting should respect both parent domain and subdomain https://bugs.ruby-lang.org/issues/14345#change-70105 * Author: harsimranmaan (Harsimran Singh Maan) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: master * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- When a ruby app is run in an environment where an http proxy is configured, it is not possible to provide separate settings for both a domain and it's subdomain for outbound http calls. This coupling assumes that both should follow the same http_proxy settings but in practice, this is a common occurrence the parent domain and the subdomains are be hosted on different network. https://github.com/ruby/ruby/pull/1748 addresses this issues. Also note that other programming language like go respect different proxy settings for parent domain and its subdomains. https://github.com/golang/go/blob/master/src/net/http/proxy_test.go#L37 -- https://bugs.ruby-lang.org/ Unsubscribe: