Skip to content

Commit 91a575c

Browse files
committed
test x-request-id
1 parent 4e70351 commit 91a575c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/basic-auth.http

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
@requestId=hello\ntest
12
###
23
GET {{$dotenv approuter_url}}/sap_basic_auth/bc/ping
4+
x-request-id: {{requestId}}
5+
x-vcap-request-id: {{requestId}}
36
Authorization: Basic {{$dotenv username_ias}}:{{$dotenv password_ias}}
47
### dynamicIdentityProvider = true seems not to apply for routes with basic auth
58
GET {{$dotenv approuter_url}}/sap_basic_auth_dyn_idp/bc/ping?sap_idp=sap.custom

0 commit comments

Comments
 (0)