I have two type servers, main and sub , let's say SERVER 1
as main and SERVER 2
and SERVER 3
as sub.
SERVER 1
will process everything server 2 & 3 Do.
SERVER 2, SERVER 3
will curl post info to SERVER 1 and SERVER 1 will process info and reply with the respond back to the poster.
QUESTION
how to make SERVER 1 identify the poster. I can't send the server name from server 2 & 3 as it can be manipulated.