
How to do a REST webserver with Delphi as a backend for a big …
May 4, 2011 · 1 FireHttp is a high-performance Web server based on Delphi/Object Pascal language. It supports HTTP 1.1, HTTPS (SSL/TLS), WebSocket, GZip, Deflate, IOCP, EPOLL. …
delphi - Indy 10 Http Server sample - Stack Overflow
Aug 20, 2011 · I need a simple code sample for Indy 10 Http Server When request (post) simply displays it Is there an Indy 9 sample for this? Thanks
web services - Simplest Webservice in Delphi - Stack Overflow
Oct 3, 2015 · Yes, you can use any TCP library for Delphi which includes a HTTP server, for example Internet Direct (Indy). With Indy, you can create a stand-alone application (or better, a …
delphi - WebServer on Android - Stack Overflow
Jul 4, 2020 · Actually, the same thing happens on a PC, too. I see the solution as follows: raise your HTTP server and connect to it from TWebBrowser. If my idea is correct, the actual …
What is the "current" Delphi web app framework? - Stack Overflow
I'm looking at Delphi web server apps, and the first thing I notice when I go into the New Items dialog is that there are several different frameworks. WebBroker looks the nicest from a …
delphi - Stand alone web server vs Apache/IIS - Stack Overflow
Jan 10, 2010 · The HTTP server could be implemented as a stand alone Indy (or another) HTTP server or more traditionally with Apache/IIS. I'd like to know what are the …
how to redirect http call to https in delphi web server?
Mar 8, 2012 · How to redirect HTTP call to HTTPS in delphi web server. I'm using Delphi stand alone web server and i installed SSL in my server. when I give request protocol as HTTPS, it …
WebSocket server implementations for Delphi - Stack Overflow
Which WebSocket server implementations are available for Delphi? Delphi on Rails (Google Code, Mozilla Public License 1.1) Delphi Web Socket (Google Code, based on Indy 9, New …
How to deploy Delphi 10.4 SOAP Web App to IIS10
Jun 28, 2023 · 0 I have successfully built a standalone SOAP Server that works great. I now want to deploy it to an IIS10 server on windows 10. I have some across many helpful articles that …
delphi - How to Deploy a TMS WEB CORE Application? - Stack …
Mar 24, 2024 · I’m new to TMS Web Core and transitioning from Intraweb. I’m looking for a straightforward tutorial or guide that can walk me through the process of deploying a TMS …