Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to receive http request in Delphi 7?

Which component is best to use for receiving HTTP requests in Delphi application?

like image 944
m_pGladiator Avatar asked Nov 04 '08 16:11

m_pGladiator


2 Answers

Indy is the way to go. but you need a server component, not a client one. TIDHTTPServer should fit the bill

like image 51
Roddy Avatar answered Oct 27 '22 13:10

Roddy


Let's not forget the ICS. Maybe not so simple to use as Indy, but very powerful. Supports http and https.

like image 45
gabr Avatar answered Oct 27 '22 14:10

gabr