[tbb-bugs] #24793 [Applications/Tor Browser]: tor brower proxy auth basic

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jan 8 18:43:08 UTC 2018


#24793: tor brower proxy auth basic
--------------------------------------+-----------------------------------
 Reporter:  gilcu3                    |          Owner:  tbb-team
     Type:  defect                    |         Status:  needs_information
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:  Tor: 0.3.1.9
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+-----------------------------------

Comment (by yawning):

 I assume the failure case involves obfs4proxy.

 https://gitweb.torproject.org/pluggable-
 transports/obfs4.git/tree/obfs4proxy/proxy_http.go#n92

 https://github.com/golang/go/blob/master/src/net/http/request.go#L881
 {{{
 func (r *Request) SetBasicAuth(username, password string) {
         r.Header.Set("Authorization", "Basic "+basicAuth(username,
 password))
 }
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24793#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tbb-bugs mailing list