Why are username and password values passed as GET params in idgen module

Recently I was working on some functionality to make REST requests against the idgen module, but just realized that the username and password values are passed as get params and not the basic auth format I was expecting. It works but I thought there could be a reason for this approach. Any idea why this is the case? see

@dkayiwa or anyone :slight_smile:

@jmaina basing on this https://issues.openmrs.org/browse/IDGEN-16, and hence https://github.com/openmrs/openmrs-module-idgen/commit/51599cfcb96aa91ff1fc58cef6db17e63b7e447a, i forward this to @darius, @mseaton, @mogoodrich :slight_smile:

I don’t remember 100%, but I suspect that it wasn’t done for any particular reason rather than that this was the way we thought of doing it at the time. :slight_smile:

Mark