すべて新機能改善修正
改善

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のリフレッシュ、リセット、およびオンデマンドでの引き継ぎ

Playgroundをリフレッシュした際、自身の状態が再表示される前に静的な状態が一瞬表示されることがなくなりました。新しいリセットボタン(確認ダイアログを挟みます)により、3つすべてのrequestタブ、cookie、および引き継がれたproxyを一度にクリアできます。また、バックグラウンドで自動的に適用される代わりに、明示的に要求した際に、responseのproxy IDまたはUser-Agentを次のrequestに引き継ぐことができるようになりました。

改善

response に処理を担当した proxy が反映されるようになりました

各 Single response に request を処理した proxy ID が含まれるようになり、Browser response でも同様になりました。同じ proxy を固定する必要があるチェーンされた呼び出しに便利です。

改善

ソート可能なカラムと折りたたみ可能なサイドバー

Dashboardのカラムヘッダーをクリックすると、ソートを実行できます。この機能はActivity、API Keys、およびsessionsで動作し、自動更新後もソート状態が維持され、Ctrlクリック(MacではCmd)で選択を解除できます。また、テーブルの表示スペースを広くしたいときは、サイドバーを折りたたんでアイコンレールにすることも可能です。

改善

ActivityのラベルがOverviewと一致

これまでActivityではApplication_failのような生の結果文字列が表示されていたのに対し、Overviewでは適切な色付きの分かりやすいラベル(App Fail)が表示されていました。現在はActivityでも同じラベルと色が使用されるため、2つのビューの表示内容が統一されました。

改善

すべての API response に request ID が付与されます

認証されたコールには、X-Foura-Request-Id header が付与されるようになりました。これを独自のログに保存しておくことで、任意の request を Activity 内の対応する行と照合したり、サポートに提供してこちら側で何が起きたのかを正確に調査したりできます。

改善

実行中の playground request をキャンセル

playground request のロード中に新しい Cancel ボタンを押すと、クリーンに処理を中断します。不安をあおるネットワークエラーの代わりに、「Request canceled」という表示とともに、パネルは即座にアイドル状態に戻ります。

改善

Proxy Finderのプール再チェックを高速化

再チェックキューは、数週間ではなく数日で消化されるようになりました。テスト対象の各 proxy を選択する時間を約2秒から約10 msに短縮したため、高負荷下でもプールはより新鮮な状態に保たれます。ローテーション内のデッドIPが減少し、すべての Single および Proxy Finder 呼び出しが、より健全なセットに対して実行されます。

改善

proxyプールのリフレッシュが高速化

昨日の実行ごとの上限を解除した後、1つの大きなproxyブロックがキューを占有するたびに、リフレッシュが停止し続けていました。現在はすべてのバッチを異なるサブネットに分散しているため、各実行でconcurrency budgetを最大限に活用できます。Proxy Finderプールは5-10倍速く入れ替わり、古いエントリは数時間以内にクリアされます。