File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 51
51
"target" : " /sap/$1" ,
52
52
"destination" : " SAP_ABAP_BACKEND"
53
53
},
54
+ {
55
+ "source" : " ^/sap_basic_auth/(.*)$" ,
56
+ "target" : " /sap/$1" ,
57
+ "authenticationType" : " basic" ,
58
+ "destination" : " SAP_ABAP_BACKEND"
59
+ },
54
60
{
55
61
"source" : " ^/sap_basic/(.*)$" ,
56
62
"target" : " /sap/$1" ,
Original file line number Diff line number Diff line change
1
+ ###
2
+ GET {{$dotenv approuter_url }}/sap_basic_auth/bc/ping
3
+ Authorization: Basic {{$dotenv username}}:{{$dotenv password}}
4
+ ###
5
+ GET {{$dotenv approuter_url }}/sap_basic_auth/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/
6
+ Authorization: Basic {{$dotenv username}}:{{$dotenv password}}
7
+ Accept: application/json
8
+ ###
9
+ GET {{$dotenv approuter_url }}/sap_basic_auth/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/MainCategories
10
+ Authorization: Basic {{$dotenv username}}:{{$dotenv password}}
11
+ Accept: application/json
12
+ ###
13
+ GET {{$dotenv approuter_url }}/sap_basic_auth/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/Products
14
+ ? $top = 10
15
+ & $inlinecount = allpages
16
+ & $filter = MainCategoryId eq 'Meeting %26 Presenting'
17
+ & $orderby = StockQuantity desc
18
+ Authorization: Basic {{$dotenv username}}:{{$dotenv password}}
19
+ Accept: application/json
You can’t perform that action at this time.
0 commit comments