barnacs / compy

HTTP/HTTPS compression proxy
ISC License
204 stars 34 forks source link

Compy may block the redirecting process of some websites #66

Closed Web-Distortion closed 2 years ago

Web-Distortion commented 3 years ago

Description: Compy may block the redirecting process of some websites

Reason: Some websites may use user-agent to present different contents to different users, yet Compy doesn't attempt to forge the user's request.

Suggested fix: Compy can record the UA when forwarding the user's data packets if necessary.