Dinkel
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
4 years 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?