- Posts: 173
- Thank you received: 27
Ask the community, share ideas, and connect with other LimeSurvey users!
define( 'LS_BASEURL', 'https://serverURL/index.php/'); // adjust this one to your actual LimeSurvey URL
// instantiate a new client
$myJSONRPCClient = new jsonRPCClient( LS_BASEURL.'admin/remotecontrol' );
// Instantiate a new RPC client $myJSONRPCClient = new jsonRPCClient( LS_BASEURL.'/index.php/admin/remotecontrol' );
Yes, but it can be false… with url as GETtpartner wrote: I use this:
Code:// Instantiate a new RPC client $myJSONRPCClient = new jsonRPCClient( LS_BASEURL.'/index.php/admin/remotecontrol' );
- forums.limesurvey.org/forum/can-i-do-thi...-access-token#204528
OKdavebostockgmail wrote: Our IT team recently went on an exercise where they updated all the firewall rules both external and internal and this is when the issues started appearing so I am assuming that this may be the root cause.