How to receive http request in Delphi 7?
Asked Answered
P

4

5

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

Pelotas answered 4/11, 2008 at 16:37 Comment(0)
H
7

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

Hewie answered 4/11, 2008 at 17:0 Comment(0)
F
6

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

Fourthclass answered 4/11, 2008 at 18:18 Comment(0)
P
2

Another option which is quite easy to use is the Synapse TCP/IP library. There are some examples available which show the usage of it as a HTTP server.

Philana answered 4/11, 2008 at 17:30 Comment(0)
C
1

I've been playing around with HTTP components before, and I've also implemented IInternetProtocol to integrate with Internet Explorer and build ISAPI extensions to integrate with IIS. I've started http://xxm.sourceforge.net/ to open-source this, and combine it with a generic interface, a pre-parser and an auto-compile option, so I could join HTML and Delphi into the same source-files and code websites much like PHP, Cold Fusion and oldskool ASP.

Cadel answered 20/4, 2009 at 6:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.