Hello all,
I have a database that I would like certain mobile users to access via their phones.
Until recently, users were able to access the database directly using the following URL format :
https://server.com/application.nsf?Login&username=user&password=password.
However, when entering the above URL now, they are taken to the Traveler home page, rather than the database.
If the users go to the URL without the login parameters, they are presented with the login screen and then allowed into the database, once they
have authenticated.
Is there a way to re-instate the ability to access the database directly using the Login parameters in the URL?
We are currently running 9.0.1FP6.
Many thanks.