Hey Everyone,
just a quick note on getting data from a host that requires HTTP Authentication.. First:
It seems to only work with POST
If your server is in PHP (probably other languages too), GET or POST is the same thing, doesn’t matter. You can have bogus post data and still pass GET data in the URL.
You will [...]
