You are not logged in.
Pages: 1
Behind NGINX in the HTTPS protocol, there is our TRestHttpServer in the HTTP protocol. How can our TRestHttpClient connect to this server? What protocol does the client use?
Offline
You can use HTTP/1.0 protocol over either TCP or Unix Sockets.
The later behind the fastest - but only on the loopback (locally).
Offline
thanks
I have a front-end application for Vue3, which uses methods for static files and interfaces for data. Two servers are publicly available online through a TRestHttpServer. Using a browser, this application works very well. In order to process a large amount of data, I developed a Lazarus client and implemented this feature through an interface. The problem is that if the server is placed behind NGINX using the HTTPS protocol, my client cannot connect to the server. What should I do?
Offline
Pages: 1