The HTTP request build step currently is hardcoded to issue a POST request. On my jenkins install, this results in a 403 error. After debugging with tcpdump, I discovered that successful requests using wget were issuing GET requests.
It would be awfully nice if this build step would allow me to specify the request type.