About 590,000 results
Open links in new tab
  1. 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. …

  2. 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

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …