From 282ae6fa283a45ca918bfe4e5bc4c15cbbaaf9e9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 18 Oct 2015 21:44:25 +0200 Subject: [PATCH] Added template support to BasicAuth command --- URestemplateApp.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/URestemplateApp.pas b/URestemplateApp.pas index 6fe4ee6..b97bd63 100644 --- a/URestemplateApp.pas +++ b/URestemplateApp.pas @@ -353,6 +353,10 @@ var separator: Char; i: Integer; begin + FParser.Content := AData; + FParser.Replace; + AData := FParser.Content; + separator := AData[1]; i := 2; while (i < Length(AData)) and (AData[i] <> separator) do