If you’ve collided with the CloudFlare rule that reviews the emails returned by HTML and replaces them with [email-protected], you can disable it like this.
In your Cloudflare dashboard: Scrape Shield → Email Address Obfuscation → Off
This disables it for the entire domain.
You can also disable it for a specific endpoint:
Create a Page Rule or Transform Rule in Cloudflare to exclude the route /your_endpoint:
URL: tudominio.com/tu_endpoint*
Setting: Email Obfuscation → Off
Or apply it to the entire domain:
URL: tudominio.com/*
You can also send the response from your endpoint in JSON if it doesn’t work.
