mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 21:25:45 +00:00
set default proxy value as false for send_request axios request config
This commit is contained in:
@@ -27,6 +27,7 @@ type ModifiedAxiosResponse = AxiosResponse & {
|
||||
}
|
||||
|
||||
const baseRequestConfig: Partial<AxiosRequestConfig> = {
|
||||
proxy: false,
|
||||
httpAgent: new http.Agent({ keepAlive: true }),
|
||||
httpsAgent: new https.Agent({ keepAlive: true }),
|
||||
transformRequest: function transformRequest(data: any, headers: AxiosRequestHeaders) {
|
||||
|
||||
Reference in New Issue
Block a user