We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e70351 commit 91a575cCopy full SHA for 91a575c
test/basic-auth.http
@@ -1,5 +1,8 @@
1
+@requestId=hello\ntest
2
###
3
GET {{$dotenv approuter_url}}/sap_basic_auth/bc/ping
4
+x-request-id: {{requestId}}
5
+x-vcap-request-id: {{requestId}}
6
Authorization: Basic {{$dotenv username_ias}}:{{$dotenv password_ias}}
7
### dynamicIdentityProvider = true seems not to apply for routes with basic auth
8
GET {{$dotenv approuter_url}}/sap_basic_auth_dyn_idp/bc/ping?sap_idp=sap.custom
0 commit comments