Kieran Lal wrote:
Hi, I am using Siege to load test the file caching patch. Siege supports posts, http://www.joedog.org/siege/misc/FAQ.php#9.
Here is what I have come up with discussing this in #drupal
http://localhost/~kieran/drupal/?q =node/add/page <http://localhost/~kieran/drupal/?q=node/add/page> POST edit%5Btitle%5D=title&edit%5Bbod y%5D=body&edit%Bform_id%5D=page_no de_form&op=Submit
But it doesn't submit. If anyone could successfully submit any content to head using a HTTP post I would appreciate it if you could pass it along.
Thanks, Kieran
you have a couple unwanted spaces in that url. in this section: &edit%5Bbod y%5D=body&edit%Bform_id%5D=page_no de_form see body and no de. this might be fault your email client and not the siege file. anway, anyone know why this would not work (assuming the spaces are removed)?