I would like to make a preemptive authorization to a server, but I cannot find any solution for this in Delphi. Please share your solution if You have one.
HTTP/1.1 401 Authorization Required
<!doctype html public "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title>401 Authorization Required</title></head>
<body>
<h1> 401 Authorization Required </h1>
<hr>
<address>SQLAnywhere/12.0.1.4436</address>
</body>
</html>
Regards, Tamas