![]() |
ChatGPT 10/5/2025 |
Certainly! To make API calls from one application to another using PHPRunner, especially when authentication is involved (like Active Directory), there are a few steps and considerations to take into account. Here’s a general approach to troubleshoot and set up your API calls: Steps to Set Up API Access in PHPRunner
Example API CallIf you are using cURL to test your API, a sample call might look like this:
|
|
![]() |
Sergey Kornilov admin 10/5/2025 |
You need to explain what exactly is the issue. Show exact error messages and/or screenshots. "not able to make it work" doesn't really explain anything. |
|
M
|
Moinul author 10/5/2025 |
|
|
![]() |
Sergey Kornilov admin 10/6/2025 |
You cannot make REST API work with Active Directory, Active Directory is meant for interactive user login only. You need to use Database authentication. Please refer to this article: |
|