Skip to content

Commit e010aba

Browse files
committed
Proxy E2E test fix
1 parent 235fac5 commit e010aba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/WebJobs.Script.Tests.E2E/Functions/wwwroot/proxies.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
],
3434
"route": "/myhttptrigger"
3535
},
36-
"backendUri": "https://localhost/api/Ping"
36+
"backendUri": "https://localhost/api/Ping",
37+
"requestOverrides": {
38+
"backend.request.headers.accept": "text/plain"
39+
}
3740
},
3841
"LongRoute": {
3942
"matchCondition": {

0 commit comments

Comments
 (0)