Azure Container App Dapr POST request empty body

HBLab-HieuDT 20 Reputation points
2025-03-12T01:27:56.0133333+00:00

I'm having two Azure Container App services, both are Django with uWSGI. The first service (called Service A) has a POST request path /call-b/ which when called will forward the same JSON body to second service (Service B) at path /process/. The issue is that when I call the service B using Postman or service B's Container App, it works but when calling service B via Dapr, service B receives empty body.

User's image

User's image

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
570 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.