Compatibility
Browser gateway behavior
The alpha forwards ordinary HTTP requests, forms, binary downloads, redirects, cookies, query strings, and Server-Sent Events through the registered service route.
Cookies and redirects
Private cookies are scoped to the session gateway path. Internal cookie domains are removed. redirect locations are rewritten back through the gateway.
Streaming
Response bodies are streamed in binary chunks. SSE works when the application uses relative routes. Request bodies are bounded by connector limits.
Origin-sensitive applications
Applications with hard-coded absolute internal URLs, strict origin checks, service workers, or WebSocket-only transports may require configuration or remain unsupported in this alpha.