TodoNuevoMejoradoCorregido
Mejorado

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.

Mejorado

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.

Mejorado

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.

Mejorado

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.

Mejorado

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.

Mejorado

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.

Mejorado

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.

Mejorado

Recarga del Playground, botón Reset y transferencias bajo demanda

Al recargar el Playground ya no se muestra brevemente el estado estático antes de que reaparezca el suyo. Un nuevo botón Reset (tras una confirmación) borra las tres pestañas de request, las cookies y los proxies transferidos de una sola vez. Una response ahora también puede transferir su proxy ID o User-Agent a la siguiente request cuando lo solicite, en lugar de aplicarse automáticamente a sus espaldas.

Mejorado

Las responses reflejan el proxy que las procesó

Cada response Single ahora incluye el proxy ID que procesó la request, y las responses de Browser hacen lo mismo. Útil para llamadas encadenadas que necesitan usar el mismo proxy.

Mejorado

Columnas ordenables y barra lateral colapsable

Haz clic en el encabezado de una columna en el Dashboard para ordenarla. Funciona en Actividad, API Keys y sesiones, sobrevive a la actualización automática, y Ctrl-clic (Cmd en Mac) limpia la selección. La barra lateral también se colapsa en una barra de iconos cuando quieras que la tabla respire.

Mejorado

Las etiquetas de Actividad coinciden con el Resumen

Actividad solía mostrar cadenas de resultado sin procesar como Application_fail, mientras que Resumen utilizaba etiquetas descriptivas (App Fail) con los colores correctos. Actividad ahora utiliza las mismas etiquetas y colores, por lo que ambas vistas se leen igual.

Mejorado

Cada response de la API incluye un request ID

Las llamadas autenticadas ahora devuelven un header X-Foura-Request-Id. Almacénalo en tus propios logs y podrás asociar cualquier request con su fila en Activity, o dárselo a soporte para que podamos verificar exactamente qué ocurrió de nuestro lado.

Mejorado

Cancelar requests en curso del playground

Presiona el nuevo botón Cancelar mientras se carga un request del playground y lo abortamos de forma limpia. El panel regresa al estado inactivo con una nota de 'Request cancelado' en lugar de un error de red alarmante.

Mejorado

Proxy Finder verifica el pool más rápido

La cola de verificación ahora se vacía en días en lugar de semanas. Redujimos el tiempo para seleccionar cada proxy a probar de aproximadamente 2 segundos a unos 10 ms, por lo que el pool se mantiene más fresco bajo carga. Menos IPs muertas en rotación, y cada llamada a Single y Proxy Finder funciona con un conjunto más saludable.

Mejorado

El pool de proxies se actualiza más rápido

Tras eliminar el límite por ejecución de ayer, la actualización seguía atascándose cada vez que un gran bloque de proxies se apoderaba de la cola. Ahora distribuimos cada lote entre subredes distintas, de modo que cada ejecución utiliza el presupuesto total de concurrencia. El pool de Proxy Finder se renueva de 5 a 10 veces más rápido y las entradas obsoletas se eliminan en cuestión de horas.