简体   繁体   中英

How can a server identify a nodejs client (no browser) apart from its IP address?

Say I have a nodejs script that makes an API request. What ways are there for a server to identify me? I know how this works with individual Browser settings, cookies etc. and I also know that IP addresses are being used. But what if I am not making the request from a Browser, but via a simple nodejs script? What ways are left to the server?

网站启用检测“浏览器”状态时最基本的“检查”是强制启用JavaScript挑战,就像启用“我受到攻击”设置时的cloudflare一样。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM