04-03-2019, 10:53 PM
Pete, when you create your contentHandle check Canstart and RequiresSession:
with THandlers.Add('/nfse/', '', TContentAPI_NFSe.Create ) do begin
CanStartSession := True;
RequiresSessionStart := False;
end;
with THandlers.Add('/nfse/', '', TContentAPI_NFSe.Create ) do begin
CanStartSession := True;
RequiresSessionStart := False;
end;

