begin httpcli1.FollowRelocation:=true; httpcli1.URL:='admin:admin@192.168.0.1/cgi-bin/reset.cgi'; httpcli1.Get; httpcli1.free; end;