reseted max redirect counts

This commit is contained in:
naman-bruno
2025-03-25 17:56:31 +05:30
parent ef929e78f3
commit 76485cdd56

View File

@@ -92,6 +92,7 @@ function makeAxiosInstance({
return data;
},
proxy: false,
maxRedirects: 0,
headers: {
"User-Agent": `bruno-runtime/${version}`
}