AbanteCart Community

AbanteCart Development => API Development => Topic started by: ebal on September 01, 2017, 07:07:44 PM

Title: With a/account/create receive "Requested Route was not found"
Post by: ebal on September 01, 2017, 07:07:44 PM
Dears, I'm trying to use the api for create account in my installation, but I have a problem.
I'm trying
http://.....?s=admin123&api_key=paperonzolo1969&rt=a/account/create&token=a95a59a9c8eef203b456834336, but the result is
"Requested Route was not found!"
Where is my fault?
If I try to change
a/account/create
with other strings I receive "Page not found".

Someone could help me?

Thank you.

Ennio
Title: Re: With a/account/create receive "Requested Route was not found"
Post by: abolabo on September 04, 2017, 04:14:35 AM
it's a not admin-side controller. Just remove "s" parameter from url
Title: Re: With a/account/create receive "Requested Route was not found"
Post by: ebal on September 06, 2017, 01:48:19 PM
It works!

Thanks a lot.

Ennio