urllib2 - My POST Request just isn't working right

Eric Nieuwland eric.nieuwland at xs4all.nl
Wed Feb 1 11:46:08 EST 2006


Don't forget to substitute the actual Content-length for %d!

--eric

On 1 feb 2006, at 17:34, Gregory Piñero wrote:

> Correction:
> ----------------------------------------------------------------------- 
> --
> POST /GatewayDC HTTP/1.0
> Referer: YourCompanyNameGoesHere
> Host: SSLserver.fedex.com
> Accept: image/gif, image/jpeg, image/pjpeg, text/plain, text/html, */*
> Content-Type: image/gif
> Content-length: %d
>
> Your FedEx Transaction
> ----------------------------------------------------------------------- 
> --
> -- 
> http://mail.python.org/mailman/listinfo/python-list
>




More information about the Python-list mailing list