Request returned result is null after Cloudflare installation on domain

268 Views Asked by At

i am developing an android application which is using a Laravel RESTful API, the problem is with Cloudflare. when ever the cloudflare being installed on server, i can't connect to the API and any sent request returns NULL

Note: i'm using ion khushi library for communicating with my REST API. Does anyone have suggestions about this problem?

1

There are 1 best solutions below

0
Martin Zeitler On

you need to exclude the REST API from Cloudflare caching: Using Cloudflare with your API.

also see How do I create a Page Rule?