Search found 2 matches

by jcpoulard
Sat Jul 11, 2020 8:56 pm
Forum: Plugins & patches
Topic: RESTful API
Replies: 5
Views: 7357

Re: RESTful API

alfa24 wrote: Thu Jul 09, 2020 7:25 am I use cUrl with Postdata.
Remember to include the following headers:
"Host", "Content-Type", "X-Authorization".
I'm a newbee on API manipulation Can you give me a complete exemple of connection (athentification ) via API to formalms
Thanks a lot
by jcpoulard
Wed Jul 08, 2020 7:38 pm
Forum: Plugins & patches
Topic: RESTful API
Replies: 5
Views: 7357

Re: RESTful API

I would like to know how I can access the API of formalms I try to connect using this url http://localhost:8888/formalms/api/auth/authenticate inside Postman this give me this error : <?xml version="1.0" encoding="UTF-8"?> <XMLoutput> <error></error> </XMLoutput> Also the documen...