I am making a call using cakephp's http client to an api url via post method with few parameters as json. The receiving end generates error
Missing CSRF token cookie
Tried to search but was not able to find exact info, I am not using ajax its a direct http call.