brightprogrammer
CDCloudflare Developers
•Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
Background:
I'm using a cloudflare tunnel. I'm writing an API.
Problem:
When I try to reach the API endpoints using my domain name as host, through the tunnel, I don't get the request body from client at all!
This is present in neither the logs that the API backend generates, nor the logs stream on cloudflare tunnels log stream dashboard.
The API backend receives and sends responses correctly when I access it on localhost directly.
Example:
vs
Logs Generated:
vs
Expected:
The backend through tunnel receives full request body, like it happens when not using the tunnel.
17 replies