I am using cloudflare AI gateway. When I post using POSTMAN, i see my request and response payloads logged but when I call via my application, the request payload doesn’t get logged, only the response payload.
I am facing the same issues with .NET 8.0. When I send a request to the Cloudflare AI Gateway, the request data does not appear in the logs, but the response is correct. Additionally, the Cloudflare AI Gateway always returns cached responses if I enable caching. I am unable to use the Cloudflare AI Gateway cache responses feature.
When testing with Postman using the same request body, there are no problems.