mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
fix: update sendHttpRequest to sendHttpRequestV1 for digest authentication
This commit is contained in:
@@ -111,9 +111,10 @@ Future<HttpRequestModel> handleAuth(
|
||||
);
|
||||
updatedHeaderEnabledList.add(true);
|
||||
} else {
|
||||
final httpResult = await sendHttpRequest(
|
||||
final httpResult = await sendHttpRequestV1(
|
||||
"digest-${Random.secure()}",
|
||||
APIType.rest,
|
||||
null,
|
||||
httpRequestModel,
|
||||
);
|
||||
final httpResponse = httpResult.$1;
|
||||
|
||||
Reference in New Issue
Block a user