cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

REST API - Multi session users in thingworx

svisveswaraiya
17-Peridot

REST API - Multi session users in thingworx

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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.

Top Tags