Buongiorno, grazie per la risposta. Chiedo scusa, per brevità ho postato solo un esempio della pagina2 sul server, in realtà ho fatto molte prove per cercare di leggere il post :
$_GET, $_GET[con ', con ", vari tipi di indice], $_POST, $_POST[con ', con ", vari tipi di indice], $_SERVER['REQUEST_METHOD'], $HTTP_RAW_POST_DATA.
Ho incrociato tutte queste prove con i metodi di invio "file_get_contents" e "curl", ma in nessun caso riesco a leggere il post.
Se può essere utile posto il risultato della richiesta "$http_response_header" effettuata dalla pagina1 che invia il post :
{ [0]=> string(30) "HTTP/1.1 301 Moved Permanently"
[1]=> string(38) "Content-Type: text/html; charset=UTF-8"
[3]=> string(21) "Server: Microsoft-IIS"
[4]=> string(21) "X-Powered-By: ASP.NET"
[5]=> string(116) "Set-Cookie:
[6]=> string(21) "X-Powered-By: ARR/3.0"
[8]=> string(17) "Connection: close"
[9]=> string(19) "Content-Length: 166"
[10]=> string(15) "HTTP/1.1 200 OK"
[11]=> string(38) "Content-Type: text/html; charset=UTF-8"
[12]=> string(26) "Server: Microsoft-IIS/10.0"
[14]=> string(23) "X-Powered-By: PHP/7.2.8"
[15]=> string(21) "X-Powered-By: ASP.NET"
[16]=> string(21) "X-Powered-By: ARR/3.0"
[18]=> string(17) "Connection: close"
[19]=> string(19) "Content-Length: 181" }
Grazie ancora.