Moderator
5 years, 8 months ago
#17882
::
Hi,
I’ve just found a different route in the application “Explored” which I searched some days ago and it gives me all applications including their modules.
Here is a snippet of the Ajax setup:
var ajaxSetup = {
type : “POST”,
url : SimplifierSettings.apiBaseUrl + “client/1.0/auth”,
data : JSON.stringify({MacAddress: “random string”}),
contentType : “application/json; charset=utf-8”,
success : _onSuccess,
context : this
};
Is it a outdated route?