TikTok Blocking Any Proxies

Zenland

Regular Member
Jr. VIP
Joined
Apr 26, 2013
Messages
365
Reaction score
131
So the title tells the story.

I was working on the tool to parse some info from tiktok accounts. Easily can enter through browser, do GET actions via the normal home internet. But as soon as I connect and start to request data via the proxy, nothing happens.

I tried to use Zennoposter, used it with real headers, WEBRTC emulation etc but TikTok is still wont let me connect to the website. Tried with simple get action in Python - the same story.

The problem is when the simple GET action is happening, the tiktok is closing the connection right on TTFB. So I'm not getting any reply whatsoever. Not even response headers. NADA.

I used private, dedicated, mobile, resedential proxies. None of them worked.

Please if anyone have a proxy, try to enter Tiktok with it and tell me what you see.

Thank you
 
Haha, the issue is not on the IP address:)
More things you need to take note, It's somewhat a little like this one, I share some of my knowledge about that,
https://www.blackhatworld.com/seo/u...ith-different-ips-but-on-same-device.1215709/
Easily QUOTE here.

Let me take some time to give you the reason for that,

First still is the IP address
lots of guys only care about changed IP or not, but do not note WebRTC and DNS leak!
Also, residential IPs get more trusted than datacenter IPs, You can learn more from here, Do not take much time for IP here,

Second, about browser fingerprint,
There are lots of browser fingerprint use different technology, one of most common is the canvas fingerprinting that others already noted, I suggest you easily check this website,
Yes, Now you learn the reason why got suspicious, Okay, assume your IP address is 100% fine, If the issue is browser fingerprint, how to bypass?
There are 2 ways,

One is old ways, Clear cookie and hides all information as you wanted... just as you did:) But It's not the best, why?
Let FB as a sample, those Data-driven companies already have you so much data...even you're not surfing for their website...
You can check this video to know more details!
So, If there are no data get before when you register, the FB will ask you to submit "photo IDs"...or make as suspicious for It's impossible no data got:)

So. nowadays, mainly use spoof ways to prevent browser fingerprinting,
You check this post to learn more,
https://www.bestproxyreviews.com/how-to-prevent-browser-fingerprinting/
So, not just spoof your fingerprinting, for big data company like Facebook, google, amazon, find some related website (interest related) to surf at first, implant your cookie and browsing history at first, then they give you a "user portrait", then not suspicious anymore:)
 
That's right, I know about User-Agents, WebRTC (my favourite is https://f.vision) etc. But the problem is I'm not using a browser. And this data can be leaked only if you are using browser, but I'm talking about GET action where you send only basic request headers to get the page code.

e.g.
Code:
contents = url.get("http://example.com/foo/bar")

The funny part is when I'm using my home internet and even if I will write "bum shakalaka" in User-Agent I still get the reply from TikTok will all the page content, but as soon as I connect it via proxy - no response at all.
 
Back
Top