Closed joao-parana closed 10 years ago
On https://github.com/jeffsebring/angular-wp-api#examples you comments that
** If the user is not logged in, the request will recieve a 403 Forbidden response.
but I'm not be able to find information in README how can I pass username and password in request.
Can you explain this. Tanks.
Please see the WP-API Documentation for information about how to interact with the API. This module simply creates a $resource in which to interact with it.
$resource
On https://github.com/jeffsebring/angular-wp-api#examples you comments that
but I'm not be able to find information in README how can I pass username and password in request.
Can you explain this. Tanks.