The project i am working on requires the HTML POST data to be sent automatically to a local server... Without the user pressing any button on a HTML page etc..

This needs to be done untill the local server BAN's the IP. The problem is how do i send the POST data like that.. if it was GET i could just create the URL and use a software to check that URL any number of times.. Can a JAVA script or some software send the required POST data required number of times...


Help would be appreciated