Skip to content

Commit

Permalink
use x-approuter-authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Jan 15, 2025
1 parent accd2dc commit 4edb61d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/call-srv.http
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ 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
?$top=10
&$inlinecount=allpages
&$filter=MainCategoryId eq 'Meeting %26 Presenting'
&$orderby=StockQuantity desc
Authorization: Bearer {{access_token}}
x-approuter-authorization: Bearer {{access_token}}
Accept: application/json

0 comments on commit 4edb61d

Please sign in to comment.