We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a5442 commit 3310202Copy full SHA for 3310202
AcmeCaPlugin/Clients/DNS/InfobloxDnsProvider.cs
@@ -63,7 +63,7 @@ public async Task<bool> CreateRecordAsync(string recordName, string txtValue)
63
}
64
65
// Delete any existing records with the same name first to ensure only one record exists
66
- var searchUrl = $"record:txt?name={Uri.EscapeDataString(cleanName)}";
+ var searchUrl = $"./record:txt?name={Uri.EscapeDataString(cleanName)}";
67
var searchResponse = await _httpClient.GetAsync(searchUrl);
68
69
if (searchResponse.IsSuccessStatusCode)
0 commit comments