API Auththentication

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
wardjsallen
Newbie
Posts: 1
Joined: Fri Feb 12, 2021 11:41 pm

API Auththentication

Post by wardjsallen »

Hi new to Formalms. Just installed a Dev server and having trouble autheticating via Postman for the API. currently getting an erro message

<?xml version="1.0" encoding="UTF-8"?>
<XMLoutput>
<error>Error: Tokens are not used on this installation.</error>
</XMLoutput>


Any help with authentication for the api....
alfredo.serafini
Newbie
Posts: 2
Joined: Sat Feb 06, 2021 11:31 pm

Re: API Auththentication

Post by alfredo.serafini »

I had the same error that changed after insert a space in X-Authorization header between FormaLMS and <base64 code>.

Now the error is

<?xml version="1.0" encoding="UTF-8"?>
<XMLoutput>
<error></error>
</XMLoutput>

But now i'm blocked on this error!!!
alfa24
Senior Boarder
Posts: 1982
Joined: Fri Nov 24, 2017 8:45 am

Re: API Auththentication

Post by alfa24 »

Provide the code that is giving you the error. This is a result. No way to help otherwise.
Per supporto GRATUITO contattatemi in privato qui
Post Reply