Of course, you can use another library like Synapse . There is an httpsend block with functions like HttpPostURL() , it also supports SSL / TLS. I used this library with both Delphi and FPC.
If you don’t need to use SSL / TLS, proxies or other more complicated things, then it’s not difficult to create your own HTTP client based on a socket and many HTTP manuals.
source share