Dawid Kuczek
Dawid Kuczek
Previously I runed the API on VPS server - Worked one month and the IP address has been blocked, and then runed the API on localhost, worked a few days...
@Snowlav We can try add to library list User Agents from Android devices (10 or more) and iOS and when somebody trying sign in we can randomizing useragent for this...
@Snowlav I think Snapchat does not have access to IMEI and MAC device from received data but it's possible that I'm wrong. //edit I observed when network is blocked and...
@Dgameman1 I add `CURLOPT_PROXYTYPE` and checked this on my localhost and this worked ``` $proxyip = '127.0.0.1'; // proxy IP $proxyport = 8080; // proxy PORT (...) CURLOPT_PROXYPORT => $proxyport,...
Hi, @munkii, @aritchie I spend some time on investigation on Shiny 3.3.3 / dev branch of source code and MAUI but behavior should be really similar also for Xamarin and...