Modified JSON response

What is the name of the domain?

What is the issue you’re encountering

Hello. I have no any request/response transformation rules, but i found a strange behavior.
My backend responds with json payload key acme and filled values : {"acme": {"active": true, "expires": "2025-09-22T10:17:13Z"}}
But as far as i switch traffic via Cloudflare i got empty values {"acme": {}}.
Does any default rule that modify response or may be ACME is some reserved word?

What does your backend do with the request to get the response? If it makes a subrequest to a hostname that is proxied, maybe Cloudflare blocks the request and the subrequest returns blank.

Thnx, the scheme is follow
browser → Cloudflare (LoadBalancers) → Front → Back(API) . There is no any external proxies between front and back.
The most weird thing, if i go to Load Balancer’s fqdn (lb.domain.name) - all ok, but if i go to app.domain.name → CNAME lb.domain.name - response changed.

This topic was automatically closed after 15 days. New replies are no longer allowed.