REST API 批处理 - 401 未经授权(用户未在预期上下文中进行身份验证)

REST API Batch Processes - 401 Unauthorized (User is not authenticated in expected context)

我正在尝试使用 Intershop REST 列出批处理 API (https://support.intershop.com/kb/index.php/Display/2500N0):

GET http://localhost/INTERSHOP/rest/BOS/inSPIRED-Site/inTRONICS/batchprocesses/productimports

我对用户 'admin' 使用基本身份验证,但仍然得到: 401 未授权(用户未在预期上下文中进行身份验证)

我错过了什么?

提到的 REST API 调用是 Intershop Backoffice REST API 的一部分。 它被配置为仅通过 HTTPS 协议工作。 (参见 app_bo_catalog PrefixREST-Start 管道)。 当与 HTTP 协议一起使用时,会返回一条错误消息。 尝试通过 HTTPS 访问 REST 调用。