Hi everyone,
we are experiencing what looks like a platform-side regression in Copilot Studio and wanted to check if others are seeing the same behavior.
Setup: We implemented a declarative agent with a Topic that uses the native HTTP node (not a Power Automate flow) to call an Azure AI Foundry endpoint (Anthropic Messages API compatible, model claude-opus-4-6). We specifically chose the HTTP node inside the Topic because it allows configuring a custom timeout in milliseconds, which is not possible with agent flows.
What was working: The solution was tested and running solidly for approximately two days (June 26–29, 2026), including calls with PDF files passed as base64 in the request body.
What broke: Starting June 30, 2026, without any changes on our side, every HTTP call that includes a file of any kind in the body now returns 500 InternalServerError / HttpRequestFailure. This happens even with the exact same files and configuration that worked before.
Crucially, the same API endpoint works correctly when called from Python scripts and from Power Automate flows, so the issue is isolated to the native HTTP node inside a Copilot Studio Topic.
Conversation IDs for reference:
496519e9-13d0-497d-9457-990c9f5b5f0b – UTC: 2026-06-30T10:14:22.412Z
a:1FOfENJcd7PMuqwCzu3zUh5VDdqHdvaQZG5azYq_MHeQrq-V5ZNGK3H2cSmrwcXpmv2OrisNGsFPHmEk45-yk8SUIk9cWCRtXzQP8uM5fb2Q0Y1IxtmITQS2b9EX-28T6 – UTC: 2026-06-30T10:33:52.872Z
Has anyone else experienced this? Is there any known platform update or security blockers that could explain this behavior?
Thanks