I'm trying to explore the possibilities to use JMeter for load testing. I'm able to do a login through a POST http request, which gives me 200 status code (OK) and a cookie with an xassessionid. However, if I try then to do another POST http request with the payload: {"action":"executeaction","params":{"actionname":"module.microflowname"}} it gives me a 401 return code with {"result":"Invalid session, please login"}
Does anyone have any experience with JMeter in combination with Mendix, and if so, were you able to fire microflows with the program? If so, how?