-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 14.0.0
-
Component/s: None
-
Labels:
-
Sprint:"Iguana" - Team Tesla 118
-
Verified Version/s:
If you navigate to API desriptor in UI and click on the path under 'General Properties'
it makes the rest call
http://am.example.com:8080/openam/json/global-config/servers/properties/general?_api
which fails. On postman, if I make the following request, it works.
{{openamUrl}}/json/global-config/servers/01/properties/general?_api
Perhaps the tabs, which are used for the UI, shouldn't be part of the path ? I think that's where the underlying system is getting confused