Page 1 of 1

API Auththentication

Posted: Fri Feb 12, 2021 11:46 pm
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....

Re: API Auththentication

Posted: Tue Feb 16, 2021 11:55 pm
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!!!

Re: API Auththentication

Posted: Wed Feb 17, 2021 6:29 am
by alfa24
Provide the code that is giving you the error. This is a result. No way to help otherwise.