-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Blocker
-
Affects Version/s: COmanage Registry 4.1.1 (The Info MR1)
-
Component/s: Registry
-
None
This query works:
curl \
|
--verbose \
|
--user co_2.rest_user_01:XXXXXXXX \
|
'https://registry-dev.access-ci.org/registry/api/co/2/core/v1/people' |
But this query returns a 404 and the standard Registry error page:
curl \
|
--verbose \
|
--user co_2.rest_user_01:XXXXXXXX \
|
'https://registry-dev.access-ci.org/registry/api/co/2/core/v1/people&limit=10&page=1&direction=asc' |
|