Opened 17 years ago
Last modified 16 years ago
#1272 closed Bug report
HTTP Proxy authentication Base64 extra =
Reported by: | bqx22 | Owned by: | Alexander Schuch |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | bqx22, Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When logging to my HTTP Proxy Filezilla send Base64 encoded user:pass with an extra '=' character at the end. This is not supported by my company proxy and doesn't seem to be required by base64 standard.
here is a sample of what is sent by firefox and what is sent by filezilla
firefox:
Proxy-Authorization: Basic xmVdaXNyOnNUdi0wGmNxanZk
filezilla:
Authorization: Basic xmVdaXNyOnNUdi0wGmNxanZk=
Proxy-Authorization: Basic xmVdaXNyOnNUdi0wGmNxanZk=
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
FileZilla 3.1.0 supports HTTP/1.1 proxies.
Does the proxy implementation in FileZilla 3.1.0 work for you?