Login into REST API using PHP

Hey,

is there another way to authenticate to the REST API (Version 1) instead of using basic authentication with base64 encryption ? I had only found the basic authentication example in your wiki.

You can use HTTP Post on / with the fields user and pass.

According to your query, you want to Login into REST API using PHP RT.

Basically, Login into REST API using PHP can be a challenging process because you have to deal with many issues. But I can guide you step by step procedure with an example of how to get started with REST API using PHP.

This document explains step by step how to Login into REST API using PHP:

Hope it helps!