Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
Does calling rest API in ThingWorx work for multi session users? Because when multiple users hit same api url, we are facing errors. When we tried to hit the same url in browser by multiple users there were no error and we got the output properly. But when calling through ThingWorx, we are facing issues. Please let us know if there are any multi session limitation in ThingWorx?
Solved! Go to Solution.
The rest api is really meant to be sessionless, so use with an appkey and without user-x-session
Not sure why you need to establish actual sessions through your rest api calls.
The rest api is really meant to be sessionless, so use with an appkey and without user-x-session
Not sure why you need to establish actual sessions through your rest api calls.
Hi @svisveswaraiya , If @PaiChung response has answered your question, please mark as Accepted Solution, for the benefit of others who may have the same question.