barnacs / compy

HTTP/HTTPS compression proxy
ISC License
207 stars 35 forks source link

Compy may block the redirecting process of some websites #66

Closed Web-Distortion closed 3 years ago

Web-Distortion commented 4 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.