hi i have a mobile client (a geofencing app), which will send triggered a HTTP Request (POST). This will be fetched by a perl script on my web server.
At the moment i dont know how the structure of the HTTP Request. how i can fetch the full HTTP Request with perl to analyse it? Guess the best way is to dump the request to a file.
as far as i understand the CGI, for handling a HTTP POST Request i need to give the object names, but i dont know them. Is there a way to dump the full Request?