and i wish to send an identical HTTP request to those addresses , all at the same time
what is the best method to accomplish this?
ideally, i would like some kind of webpage made up of two halves... one half is to choose what is the HTTP request to send (something like what the HTML href 1.htm , href 2.htm, href 3.htm and so on... do) , and the other half is a list of checkboxes to select which addresses to send the HTTP request to
Question
carmatic
suppose i have 3 different addresses (well, different port numbers) :
http://127.0.0.1:8888
http://127.0.0.1:8889
http://127.0.0.1:8890
and i wish to send an identical HTTP request to those addresses , all at the same time
what is the best method to accomplish this?
ideally, i would like some kind of webpage made up of two halves... one half is to choose what is the HTTP request to send (something like what the HTML href 1.htm , href 2.htm, href 3.htm and so on... do) , and the other half is a list of checkboxes to select which addresses to send the HTTP request to
Link to comment
Share on other sites
5 answers to this question
Recommended Posts