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 801ab50 commit 20878c7Copy full SHA for 20878c7
test/test-nginx.js
@@ -234,7 +234,6 @@ async function resetMock(port) {
234
//
235
// 1. do not follow redirects
236
// 2. allow overriding of fetch's "forbidden" headers: https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name
237
-// 3. allow access to server SSL certificate
238
function request(url, { body, ...options }={}) {
239
if(!options.headers) options.headers = {};
240
if(!options.headers.host) options.headers.host = 'odk-nginx.example.test';
0 commit comments