From 4edb61df7fa4fabb680f864e88d577fb4d825e26 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Wed, 15 Jan 2025 14:05:36 +0100 Subject: [PATCH] use x-approuter-authorization --- test/call-srv.http | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/call-srv.http b/test/call-srv.http index f2dfbaa..7d48447 100644 --- a/test/call-srv.http +++ b/test/call-srv.http @@ -45,11 +45,11 @@ GET {{$dotenv server}}/api/sendmail Authorization: Bearer {{access_token}} ### GET {{$dotenv approuter_url}}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/ -Authorization: Bearer {{access_token}} +x-approuter-authorization: Bearer {{access_token}} Accept: application/json ### GET {{$dotenv approuter_url}}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/MainCategories -Authorization: Bearer {{access_token}} +x-approuter-authorization: Bearer {{access_token}} Accept: application/json ### GET {{$dotenv approuter_url}}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/Products @@ -57,5 +57,5 @@ GET {{$dotenv approuter_url}}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/Products &$inlinecount=allpages &$filter=MainCategoryId eq 'Meeting %26 Presenting' &$orderby=StockQuantity desc -Authorization: Bearer {{access_token}} +x-approuter-authorization: Bearer {{access_token}} Accept: application/json