Recent content by sergeykomlev

  1. sergeykomlev

    sms-activate is closing

    How will this affect mobile proxy farms and the overall use of mobile proxies? Essentially, those who sell mobile proxies in EU also become participants in such activities, right? I believe that in 2026, this will fundamentally change the industry. It’s possible that proxy providers will start...
  2. sergeykomlev

    Received a C&D from Meta

    Recently, the company "Meta" has been sending these letters to many developers across various fields quite frequently. Some may receive this letter for mentioning keywords related to the Instagram trademark, while others might get it for collecting public data or for entirely different reasons...
  3. sergeykomlev

    Problem: Instagram CORS Policy, I can't extract the data on my website

    Cloudflare worker to bypass Instagram new cross-origin policy on images (ERR_BLOCKED_BY_RESPONSE). Create new worker and put the code below into the worker code: async function handleRequest(request) { let url = new URL(request.url) if (!(request.headers.has('referer') &&...
Back
Top