GHGatehousePublic alpha
Documentation/Compatibility

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.

01

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.

02

Streaming

Response bodies are streamed in binary chunks. SSE works when the application uses relative routes. Request bodies are bounded by connector limits.

03

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.