It used to return a user_id in the following format
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx
Now I receive the html for a login page.
<html><head><title>Login Page</title></head><body onload='document.f.j_username.focus();'>
<h3>Login with Username and Password</h3><form name='f' action='/auth/j_spring_security_check' method='POST'>
<table>
<tr><td>User:</td><td><input type='text' name='j_username' value=''></td></tr>
<tr><td>Password:</td><td><input type='password' name='j_password'/></td></tr>
<tr><td colspan='2'><input name="submit" type="submit" value="Login"/></td></tr>
</table>
</form></body></html>
Visiting the url in a browser it seems the endpoint is now protected by a basic_auth prompt.
Is this deliberate? If so is there any other endpoint where the user-id can be retrieved from?
Regards,
Rob Hand
Tictrac
--
You received this message because you are subscribed to the Google Groups "VitaDock Online API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vitadock-online...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
>>> email to vitadock-online-api+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to vitadock-online...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unfortunately I have to update the servers and I'm busy on Monday and Tuesday. The interface will be up and running on Wednesday evening, maybe morning.
Best regards and sorry for the inconvenience,
Clemens