Files
codex/codex-rs/http-client/src
Harry Bagdi 94e4b3d0bd Preserve __oailb routing cookies in ChatGPT HTTP clients (#43895)
## What changed

Add `__oailb` to the shared ChatGPT infrastructure cookie allowlist so clients store and replay the routing cookie on subsequent requests. Document its inclusion in the process-local cookie jar.

## Testing

Add a regression test covering replay on a matching path, rejection outside the cookie's host, path, and HTTPS scope, and removal with `Max-Age=0`.

GitOrigin-RevId: abcb888e8867d94fdf0f7d346fded8eaafdc52ae
2026-09-08 19:40:43 +00:00
..