shield-exclamationAbout the UDP protocol

Why UDP support is needed in proxies and how it helps bypass anti-fraud systems

Contents

Introductory theory

Modern anti-fraud systems are becoming increasingly persistent in determining your real address or detecting the use of tools to hide your address. Even if you use a proxy or VPN, they can determine that you are not a “real” user by many parameters.

One of the most common detection mechanisms has become WebRTC, a technology that can send requests around the proxy and thus “reveal” your real IP if there is no blocking WebRTC by the browser.

The solution? Two-way protocol support UDP on proxies and in software products

circle-info

The source of inspiration was an article by Zl0yTeamarrow-up-right. Article “Why do you need proxies with UDP and what does WebRTC have to do with it”arrow-up-right.\ It greatly helped us understand how WebRTC works and write this article!

Last updated

Was this helpful?