When trying to load up odataquery in chrome, I get this error.
DX NetOps Performance Management Data Aggregator OpenAPI fails to display the querybuilder. Using the correct URL, per the documentation:
For example in a default DA host named dataaggregator it would be:
Tried the same activity in an Incognito browser tab which returns the same error.
This only fails in Chrome but not in Edge or Firefox.
All supported DX NetOps Performance Management releases
When a user requests /odataquery/ the auth filter does not match and index.html is returned. This doesn't trigger authorization causing invalid stored access details from the past to be used. This triggers the 401 error.
Use either of these alternatives.
The code will be updates through a defect with engineering to always seek authorization (user login) when using /odataquery/* or /odataquery/index.html.
Defect DE552638 has been submitted per engineering request. It will result in a code change that will force a change to the authenticator. It will be made to use /* instead of /index.html so it will authenticate when using http://DA:8581/odataquery/.
The defect will be fixed in a future release yet to be determined. This article will be updated when that release is known. Last Updated: Dec. 6, 2022 @ 2 PM ET.