Skip to content

Commit 4edb61d

Browse files
committed
use x-approuter-authorization
1 parent accd2dc commit 4edb61d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/call-srv.http

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ GET {{$dotenv server}}/api/sendmail
4545
Authorization: Bearer {{access_token}}
4646
###
4747
GET {{$dotenv approuter_url}}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/
48-
Authorization: Bearer {{access_token}}
48+
x-approuter-authorization: Bearer {{access_token}}
4949
Accept: application/json
5050
###
5151
GET {{$dotenv approuter_url}}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/MainCategories
52-
Authorization: Bearer {{access_token}}
52+
x-approuter-authorization: Bearer {{access_token}}
5353
Accept: application/json
5454
###
5555
GET {{$dotenv approuter_url}}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/Products
5656
?$top=10
5757
&$inlinecount=allpages
5858
&$filter=MainCategoryId eq 'Meeting %26 Presenting'
5959
&$orderby=StockQuantity desc
60-
Authorization: Bearer {{access_token}}
60+
x-approuter-authorization: Bearer {{access_token}}
6161
Accept: application/json

0 commit comments

Comments
 (0)