This is not really a dhis2 thing so much as a change in browser behaviour. In times gone by when you presented a url like "https://admin:[email protected]/dev/api/me" the browser would take that url and create the basic authentication header that Jason refers to.
After a couple of wobbles along the way since 2014, this is no longer the default behaviour on any of the major browsers. Its really because URLs find themselves in history, bookmarks, log files etc. which are not appropriate places to be storing credentials. (sections 3.2.1 and 7.5 of https://www.ietf.org/rfc/rfc3986.txt) Chrome held out the longest, but is now also compliant with the new behaviour. On 8 June 2018 at 10:51, DJIBRIL Hakim <[email protected]> wrote: > ok I see the point of view > thank you jason! > > 2018-06-08 9:35 GMT+00:00 Jason Pickering <[email protected]>: >> >> Hi Hakim >> >> No, that is not possible and would not be a good idea since your >> credentials would be visible in the request itself. >> You will need to use a basic authentication header for this as described >> in the manual: >> >> https://docs.dhis2.org/master/en/developer/html/webapi_authentication.html >> >> Regards, >> Jason >> >> >> On Fri, Jun 8, 2018 at 11:19 AM DJIBRIL Hakim <[email protected]> >> wrote: >>> >>> Hi All, >>> Please I would like to know if is it possible to add authentification >>> directly in URL >>> Example: username:password@[dhisUrl]/api/..... >>> >>> Best >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~dhis2-devs >>> Post to : [email protected] >>> Unsubscribe : https://launchpad.net/~dhis2-devs >>> More help : https://help.launchpad.net/ListHelp >> >> >> >> -- >> Jason P. Pickering >> email: [email protected] >> tel:+46764147049 > > > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

