Hacker News new | ask | show | jobs
by weird-eye-issue 381 days ago
You don't need to overcomplicate things

Just set the base url to a local ngrok and it will log the request

This gives the full prompt with all tool calls

With a proxy you can have it forward requests to Anthropic if you want to see it actually working too and not just the initial request (since it will fail without forwarding them)

1 comments

That's a great trick. I do not have a Claude subscription and my current setup is to use with Bedrock backend. Initially I tried with mitmproxy but I think AWS had pinned the TLS certificates causing the requests to fail.