Jump to content
delphidelphi

Best internet components

Recommended Posts

What are nowadays best internet components (stable and reliable) http, POST, GET, PUT, PATCH etc (REST Delphi built-in not an option)

 

I used Clever Components but it's dead project.

Have anyone faced and maybe moded source code of Clever?

Share this post


Link to post
5 hours ago, delphidelphi said:

What are nowadays best internet components (stable and reliable)

"Best" is subjective and opinionated.  There's are plenty of mature options that have the features you are asking for.

Quote

REST Delphi built-in not an option

Why?

5 hours ago, Vandrovnik said:

See above about not using the native components

Edited by Remy Lebeau

Share this post


Link to post
1 hour ago, Remy Lebeau said:

See above about not using the native components

I have seen "REST Delphi built-in not an option", but tHTTPClient is not the same as REST, is it?

Share this post


Link to post
7 hours ago, delphidelphi said:

What are nowadays best internet components (stable and reliable) http, POST, GET, PUT, PATCH etc (REST Delphi built-in not an option)

 

I used Clever Components but it's dead project.

Have anyone faced and maybe moded source code of Clever?

TMS BIZ, based on very fast http.sys-driver.
https://www.tmssoftware.com/site/tmsbiz.asp

  • Like 2

Share this post


Link to post
On 11/3/2024 at 11:28 AM, delphidelphi said:

What are nowadays best internet components (stable and reliable) http, POST, GET, PUT, PATCH etc (REST Delphi built-in not an option)

I use ICS for most stuff. The little complaints I have usually get addressed fast.

Share this post


Link to post
On 11/6/2024 at 1:08 PM, omnibrain said:

I use ICS for most stuff. The little complaints I have usually get addressed fast.

It's joke components, I have tried their demo 4 years ago (access violation) I have tried now 4 years later and many releases ahead, still the same. Cannot treat it seriously if their own demo does not work.

Share this post


Link to post

@Remy Lebeau There was major issue in Windows 7 common with ssl (freezed connection for many seconds) whereas clever worked there like a charm.

+ lack of advanced TLS certification flags options and so on quickly made my decision to leave native Delphi http

Share this post


Link to post
32 minutes ago, johnnydp said:

I have tried their demo 4 years ago (access violation)

Did you report an issue?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×