ВсичкиНовоПодобреноОправено
Подобрено

Requests can't be redirected to private networks

The API blocks any Single or Browser request whose target URL, follow-redirect chain, or proxy field resolves to a private or reserved IP range. Even if a public target redirects into an internal network, the request stops before it gets there.

Подобрено

Language switcher: search, footer, crawlable links

The language switcher across the main site, blog, docs, and Updates portal got an overhaul. Each option shows the language's native name plus its name in your current UI language (so 'Deutsch · немски' on the Bulgarian site), with a search box that filters all 13 locales by name, code, or locale id. Each option is now a real link with hreflang, so search engines and AI crawlers can follow every translation, and you can cmd-click to open another language in a new tab. The switcher also lives in the footer of every site.

Подобрено

Sessions live as long as their clearance actually does

Auto used to ratchet a host's session TTL downward on every replay failure, even when the failure didn't reflect a real cookie expiry. Sessions kept getting evicted and re-solved while their cookies still worked. The TTL now grows on aged successes and only retreats on real expirations, so a learned session for a Cloudflare-cleared host can carry across several minutes instead of dying after the first 403.

Подобрено

Auto sessions adapt to portable or pinned

Auto sessions now adapt to what each target needs. Sites without interactive challenges run as portable sessions where cookies ride the proxy pool, so rotation and failover come automatically. Sites that bind their unlock to one exit (interactive Cloudflare being the main one) get pinned with a per-clearance concurrency cap, so a burst of replays can't burn through your unlock.

Подобрено

Stored Activity payloads always show the opaque proxy ID

We tightened proxy redaction in stored request payloads. Before, an internal upstream proxy address could leak into the Activity log preview when the original request was mutated for forwarding. Now any raw proxy URL in a stored payload is replaced with the opaque proxy ID (or with [redacted-proxy] if there's no ID to restore). The visible response was already opaque; this closes the same loop on the request preview.

Подобрено

Auto returns session and trace by default

Every Auto response now carries a meta object (which rung won, whether a challenge was solved, attempt count, total credits) plus the working session (proxy, cookies, userAgent) so you can see what cracked the target and replay it yourself. The session.proxy field is the opaque base36 proxy ID, never a raw address. Set returnSession: false if you don't want the session in the response.

Подобрено

Auto cracks more challenge types

Auto now handles non-interactive Cloudflare challenges (the "Checking your browser" wall some protected sites serve) end-to-end, instead of returning the challenge page as if it were content. Two related cases also got fixed: a transport 200 hiding a challenge interstitial now escalates to a real solve, and a challenge that re-serves the wall after dropping a clearance cookie now reloads and pulls the real content. Marathonbet is the headline site that newly passes; vinted and a few other interstitial-on-200 targets also benefit.

Подобрено

Обновяване на Playground, Reset и пренасяне при поискване

Обновяването на Playground вече не премигва със статичното състояние, преди да се появи отново вашето. Нов бутон Reset (след потвърждение) изчиства и трите request таба, cookies и пренесените proxies наведнъж. Сега даден response може също да пренесе своето proxy ID или User-Agent в следващия request, когато го поискате, вместо да се прилага автоматично зад гърба ви.

Подобрено

Response-ите отразяват proxy-то, което ги е обработило

Всеки Single response вече включва proxy ID-то, което е обработило request-а, а Browser response-ите правят същото. Полезно за верижни извиквания, които трябва да се придържат към едно и също proxy.

Подобрено

Сортируеми колони и сгъваем sidebar

Кликнете върху заглавието на колона в Dashboard, за да я сортирате. Работи за Activity, API Keys и сесии, запазва се при auto-refresh, а Ctrl-клик (Cmd на Mac) изчиства избора. Sidebar-ът също се сгъва до лента с икони, когато искате да осигурите повече пространство за таблицата.

Подобрено

Етикетите в Activity съвпадат с Overview

Преди Activity показваше сурови низове за резултат като Application_fail, докато Overview използваше четими етикети (App Fail) с подходящи цветове. Сега Activity използва същите етикети и цветове, така че двата изгледа се четат по един и същ начин.

Подобрено

Всеки API response съдържа request ID

Автентикираните calls вече се връщат с X-Foura-Request-Id header. Запазете го във вашите logs и ще можете да съпоставите всеки request с неговия ред в Activity, или го предайте на поддръжката, за да можем да проверим точно какво се е случило от наша страна.

Подобрено

Прекратяване на изпълняващи се playground requests

Натиснете новия бутон Cancel, докато се зарежда playground request, и ние го прекратяваме чисто. Панелът се връща в idle състояние със съобщение 'Request canceled' вместо плашеща мрежова грешка.

Подобрено

Proxy Finder проверява пула по-бързо

Опашката за препроверка сега се източва за дни вместо за седмици. Намалихме времето за избор на всеки proxy за тестване от около 2 секунди на около 10 ms, така че пулът остава по-свеж под натоварване. По-малко неработещи IP адреси в ротация, а всяка Single и Proxy Finder заявка работи с по-здрав набор.

Подобрено

Proxy pool се обновява по-бързо

След като премахнахме вчерашното ограничение за единично изпълнение, обновяването продължаваше да забива всеки път, когато голям блок от proxy-та заемеше опашката. Сега разпределяме всеки batch в отделни subnets, така че всяко изпълнение да използва пълния concurrency бюджет. Proxy Finder pool-ът се обновява 5-10 пъти по-бързо, а остарелите записи се изчистват в рамките на часове.