How to use RQM REST API in vb.NET ?
Hi All,
I'm trying to use the REST API in a custom vb.net client to export some data from RQM, but I'm not beeing able to authenticate.
When I try to get this URL (http://server:port/qm/j_security_check?j_username=<name>&j_password=<pass>) I get an error HTML telling me "net.jazz.web.app.authfailed".
Can anyone help me? How can I authenticate and connet to the RQM REST API?