Change original user-agent Header #244
-
|
Hi genotrance. I set PX to use To make it impersonate a But in my WebServer i see the original UA is logged (curl 8.9.1),
Parent Proxy, right,
PX
Is that right or i missed something? PS. don't want to use "-A" with curl, if PX can rewrite header "User-Agent: Mozilla/5.0 My_Personal_UA". But can PX rewrite client UA? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You are using HTTPS so once the connection is established with the upstream server via Px, everything is directly happening between the client and the server with Px simply copying encrypted packets back and forth. So the server sees the actual user agent headers from your client at that point rather than what Px sent during the connect phase. |
Beta Was this translation helpful? Give feedback.
-
|
Just for information, solved via Squid HTTPS. clients <=> SQUID [HTTPS] <=> PX <=> MAIN PROXY <=> remote server
For Squid users, |
Beta Was this translation helpful? Give feedback.
You are using HTTPS so once the connection is established with the upstream server via Px, everything is directly happening between the client and the server with Px simply copying encrypted packets back and forth. So the server sees the actual user agent headers from your client at that point rather than what Px sent during the connect phase.