![]() |
if i run directly http://192.168.10.200/test/send, i haven't any error.
The output is: Test 1 si post Nome: Cognome: Test: datiinarrivo datiinarrivo is correct because i set it directly In this case, with the chrome ispector, i have this header: Request URL: http://192.168.10.200/test/send Request Method: GET Status Code: 200 OK Remote Address: 192.168.10.200:80 Referrer Policy: no-referrer-when-downgrade If i arrive to http://192.168.10.200/test/send, from http://192.168.10.200/test, the request is in POST: Request URL: http://192.168.10.200/test/send Request Method: POST Status Code: 200 OK Remote Address: 192.168.10.200:80 Referrer Policy: no-referrer-when-downgrade The form data in this case, are present: name: Mario lastname: Rossi submit: submit |
Welcome Guest, Not a member yet? Register Sign In |