Answer the question
In order to leave comments, you need to log in
How to do error traversal?
if Http.HTTPMethod('POST','url') then
begin
if Pos('required',HTTP.Headers.Text)<>0 then
begin
Rez:=0;
end else
begin
Rez:=1;
end;
end else begin
error:=2;
end;
needed if error error:=2; return it for verification
how to do it
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question