Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

NuData

A NuData bypass without a browser. NuData scores behavior, so Takion generates the nds-pmd / x-src-nudetect-widgetdata behavioral payload it expects and returns it ready to attach to your login or ch

Check our example bundles in order to validate your implementation against our validate ones, with correct headers order, TLS and flow from our Github repo

What is NuData?

NuData is a security service that protects sensitive actions such as logins and payments, commonly found on platforms like Ticketmaster and Kohl's. It check user actions to detect fraudulent activity.

Detecting a NuData site

Protected websites usually expect a parameter, often named nds-pmd, though the name may vary.

In other cases it may be called as x-src-nudetect-widgetdata, like for the stc.mastercard.com website.

Some websites using Datadome

Most of the tickets websites are using Incapsula to protect their website. Here are some examples of websites using Incapsula and the cookies/challenge they require:

Website

Our API

Takion generates the x-src-nudetect-widgetdata / nds-pmd (or whatever the website calls it) and returns it ready for your specific interaction.

Last updated