Project

General

Profile

Bug #22198

Updated by Peter Amstutz 19 days ago

I observed that several endpoints (users, collections) don't return the documented 'href' field.    It seems likely they have not returned this field for a long time (since controller started intercepting these requests), but nobody noticed because nobody relies on it. 

 The 'href' field is not very useful because it contains the same information that can be inferred from the 'uuid' field. 

 We can save a few bytes if we get rid of this field from the response entirely. 

Back