Closed
Bug 1308839
Opened 9 years ago
Closed 3 years ago
Network proxy breaks flyweb
Categories
(Core Graveyard :: DOM: Flyweb, defect)
Core Graveyard
DOM: Flyweb
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: pauljt, Unassigned)
Details
If you configure a proxy, flyweb doesn't work. It seems that Firefox doesn't translate the GUID and instead just passes a request like this to the proxy:
GET / HTTP/1.1
Host: 5d838d9d-8bbb-0443-b265-23a32d46735e
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: close
Upgrade-Insecure-Requests: 1
Of course, the proxy doesn't know what to do with that GUID, so this doesn't work at all.
| Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Core
Updated•7 years ago
|
Product: Core → Core Graveyard
Comment 1•3 years ago
|
||
This bug lies at rest in the graveyard.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•