On Tue, 12 Jan 2021, Luca Olivetti via fpc-pascal wrote:
El 12/1/21 a les 10:24, Michael Van Canneyt via fpc-pascal ha escrit:
Am I right thinking that, even if several copies of the above method
are running, each will get it's own local variables, so the
LocCommandQueue variable (as well
El 12/1/21 a les 10:24, Michael Van Canneyt via fpc-pascal ha escrit:
Am I right thinking that, even if several copies of the above method
are running, each will get it's own local variables, so the
LocCommandQueue variable (as well as the other locals) won't be
clobbered by another copy?
O
El 08/01/2021 a las 10:16, Luca Olivetti via fpc-pascal escribió:
El 7/1/21 a les 16:59, Luca Olivetti via fpc-pascal ha escrit:
El 7/1/21 a les 16:15, Luca Olivetti via fpc-pascal ha escrit:
Hello,
I need to tailor the content based on the remote ip address.
I use the property RemoteAddr of a
On Tue, 12 Jan 2021, Luca Olivetti via fpc-pascal wrote:
El 8/1/21 a les 11:14, Luca Olivetti via fpc-pascal ha escrit:
El 8/1/21 a les 11:06, Michael Van Canneyt via fpc-pascal ha escrit:
Are you using https ?
No, plain text http.
An even weirder fact is that I seem to get the wrong ip
El 8/1/21 a les 11:14, Luca Olivetti via fpc-pascal ha escrit:
El 8/1/21 a les 11:06, Michael Van Canneyt via fpc-pascal ha escrit:
Are you using https ?
No, plain text http.
An even weirder fact is that I seem to get the wrong ip address (i.e.
the address of a different client).
I think
El 8/1/21 a les 11:06, Michael Van Canneyt via fpc-pascal ha escrit:
Are you using https ?
No, plain text http.
An even weirder fact is that I seem to get the wrong ip address (i.e.
the address of a different client).
Bye
--
Luca
___
fpc-pascal m
On Fri, 8 Jan 2021, Luca Olivetti via fpc-pascal wrote:
El 7/1/21 a les 16:59, Luca Olivetti via fpc-pascal ha escrit:
El 7/1/21 a les 16:15, Luca Olivetti via fpc-pascal ha escrit:
Hello,
I need to tailor the content based on the remote ip address.
I use the property RemoteAddr of a TReque
El 7/1/21 a les 16:59, Luca Olivetti via fpc-pascal ha escrit:
El 7/1/21 a les 16:15, Luca Olivetti via fpc-pascal ha escrit:
Hello,
I need to tailor the content based on the remote ip address.
I use the property RemoteAddr of a TRequest, but sometimes it is empty.
I see that it is a header, wh
El 7/1/21 a les 16:15, Luca Olivetti via fpc-pascal ha escrit:
Hello,
I need to tailor the content based on the remote ip address.
I use the property RemoteAddr of a TRequest, but sometimes it is empty.
I see that it is a header, what I didn't see (yet, I'll trace through
the code later) is if