It appears that the data entered for Custom HTTP headers is reversed. Here is a sample header from WebServices:
HTTP/1.0 200 OK
Server: APL2000 Web Services/1.0
Date: Tue, 11 May 2004 15:46:04 GMT
Last-Modified: Fri, 21 Nov 2003 20:24:55 GMT
Connection: close
Content-Type: image/jpg
Content-Length: 725760
test2 test1:
value name:
observer the last item in the list.
Note, I enter "name" for the header name, and "value" for the value. The result is:
value name:
Should it not be:
name: value
??
Additionally, the registered file type for JPG is image/jpeg, not image/jpg, RFC1494 (I think)
Brent