Error logging into Archer REST service

0
Team, We are trying to integrate GRC tool Archer with Mendix. After importing the mpk fiwhen we ran the application but getting an ‘user id or password is incorrect’. Below is the error we can see in the logs. Error logging into Archer REST service 302: HTTP/1.1 302 Object Moved     at LoginAddon.LoginTest (CallRest : 'Call REST (POST)')     at LoginAddon.IVK_Login (SubMicroflow : 'LoginTest')     at {"name":"loginaddon.TransferDataLoginAction","type":"JavaAction"}   Can anyone please help to resolve this error?   Thanks Arun      
asked
1 answers
0

The 302 Object Moved response means that you should connect to a different URL.

answered