I'm trying to write PHP script for adding new users in drupal 7 using services module.
So far I managed to create one, but as a anonymous user. When I run the script with administrator only permissions, I get Notice:
Access denied for user anonymous (403), although I send the username and password in the request.
Any ideas what should I try to do?
Thank you in advance.