|
|
|
|
|
by rahimnathwani
2866 days ago
|
|
It might be fun for you try this yourself. Connect two computers to the same network. On one, use some MITM proxy software. On the other, set all the traffic to go via this proxy, either transparently (via default gateway) or explicitly via proxy settings. Then see if you can intercept the info being sent from your browser to Google translate. I'm not at a computer right now, but I guess that: 1. The auto-translate feature uses https, so that the traffic between you and Google is not available via network-level MITM. 2. The page contents are not sent to Google at all, but only the URL |
|
1. It does use HTTPS. It'd be insane if it didn't.
2. Individual strings from the page get sent to the translate API:
https://i.imgur.com/2nAlbp4.png