POST data from newreply.php
I've been attempting to programmatically post messages via a handheld. Inorder to do this I have to reproduce the HTTP Requests sent by a normal browser. So far I have been able to log in and log out using POST/GET methods to the login.php. However I have had a load of trouble posting using HTTP Requests, does anyone know the POST/GET data required? Upon sniffing packets coming from my browser while posting I have found no packets containing the 'message', 'title', or any of the post data for that matter. How is this data getting from the form to the server?
If nobody knows can someone please point me to the HTTP Request Packet which contains the information pertaining to the Reply Form submitted.
|