change console plugin to use core.http to replace jQuery.ajax #3044
Labels
enhancement
New feature or request
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
Is your feature request related to a problem? Please describe.
OSD DevTool console browser side plugin uses
jQuery.ajax
to call NodeJS API instead of usingcore.http
which is inconsistent with all other use cases, all settings on browser sidecore.http
, like request interceptors don't apply to the devtool console calls. related code: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/console/public/lib/opensearch/opensearch.ts#L61Describe the solution you'd like
refactor console plugin to use
core.http
to call OSD server, get rid ofDescribe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: