We are creating API list from our web to do the mobile app.
The API url is working fine when we request it from postman but when we added it to mobile app while we are developing it using (our domain used cloudlfare )ourdomain.com/API it return error 404
When we use the dev environment and we use IpAddress/API its work fine in the app but the ip address is not in Cloudflare
How can we resolve this problem and is it from Cloudflare?
We are creating mobile apps api from our website which works normally using postman but when we put it in the app its blocked only when we are using the domain which has the dns from Cloudflare, but if i use the ip direct it works fine, how to solve that?