Codex not able to do basic web fetch even with increased permissions
Resolved 💬 7 comments Opened Dec 28, 2025 by eeshansrivastava89 Closed Dec 28, 2025
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
0.77.0
What subscription do you have?
Plus
Which model were you using?
gpt-5.2-codex high
What platform is your computer?
Darwin 25.2.0 arm64 arm
What issue are you seeing?
Asked Codex to research some topics, provided a set of URLs as well. It couldn't do a simple web fetch, started looking up lynx and then building python web scraping functions to access URLs. I remember this was not an issue just a couple of days ago or maybe I'm forgetting. I work with Claude as an implementer and Codex as the advisor / architect, so researching approaches is most important for Codex. But not having web fetch seems extremely limiting. I uploaded the thread ID so you can explore a bit more.
What steps can reproduce the bug?
Uploaded thread: 019b62b8-e969-70e1-a5f7-5c4581f66114
What is the expected behavior?
_No response_
Additional information
_No response_
7 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Isnt' this a duplicate of: https://github.com/openai/codex/issues/8389#issuecomment-3693700765
Closing in favor of #8389
This fix worked for me: added the below in: ~/.codex/config.toml
Can anyone confirm whether
web_search_requestis still needed? I am not sure if Codex CLI can now do web fetch by default (I would hope so) or not.Web search is now enabled by default. See this post for details.
Yes. Saw a deprecation warning for web_search_request, so updated my config to web_search = "live"