How do I make a request to a web services that requires CSRF?
I have this service:
app.service('Names', function($resource, $httpParamSerializerJQLike) {
return $resource('http://datos.24x7.cl/get_generic_ajax/', null,
{
'getAll': {...
asked by
21.09.2016 / 17:36