|
I think the client query parameter was mostly for the benefit of the load balancers, so they can easily block/dispatch on the URL alone. We really should be using the User Agent header for this stuff IMO. now that we've got most webservice consumers setting their user agent properly perhaps we can deprecate ?client= and use the User Agent properly. We will support both ?client, and fall back to user agent. In review with http://codereview.musicbrainz.org/r/2125/ Moving to next fix version, since we're in freeze. |
||||||||||||||||||||||||||||||||||
The 'edit barcodes' edit type does not currently mandate the client query parameter. Should we change the API?