Tagged Questions
2
votes
1answer
371 views
What is a good http benchmark program for Mac OS X?
What is a good http benchmark program for Mac OS X?
I have Apache's 'ab' installed, but it's buggy and there doesn't seem to be a Mac OS X package for Apache as an upgrade. I don't like compiling and ...
4
votes
1answer
143 views
Bookmark a POST request
Certain online shops I use don't easily allow you to bookmark an Order Status page.
That's because they use a POST request to access that info. So, the order number is not encoded in the URL. Which ...