Im facing {result:560,type:exception} response in jmeter

0
im designing a jmeter script to do a performance test for a mendix web application. im facing error 560 with response  {"result":560,"type":"exception"}. i recorded the script and then used reg. extractor to extract CSRF-TOKEN and login worked fine. after the login and for "action":"executemicroflow " request i got response {"result":560,"type":"exception"}.
asked
2 answers
0

If you are calling Mendix and it is returning a 560 error, then there should be something in the Mendix logs that will help diagnose the problem. Take a look there and see what is happening.

Good luck!

answered
-1

I had to copy all of the cookies from the browser to jmeter to get this to work.

answered