Upgrade mod_wsgi to the latest. You are using an old version which has
a problem with 100-continue requests.

Graham

On Jun 29, 5:58 am, Gustavo Henrique <gustavo...@gmail.com> wrote:
> hi guys,
> I have a problem with an URL sending a request POST with header 100-
> continue to my app. I'm using a service similar to the Paypal. The
> request don't sending the POST and GET content.
> The result of the request:
>
> <WSGIRequest
> GET:<QueryDict: {}>,
> POST:<QueryDict: {}>,
> COOKIES:{},
> META:{'CONTENT_LENGTH': '641',
>  'CONTENT_TYPE': 'application/x-www-form-urlencoded',
>  'DOCUMENT_ROOT': '/home/xsol/www/',
>  'GATEWAY_INTERFACE': 'CGI/1.1',
>  'HTTP_CONNECTION': 'Keep-Alive',
>  'HTTP_EXPECT': '100-continue',
>  ... other data here ...
>  'REQUEST_METHOD': 'POST',
>  'REQUEST_URI': '/cart/finish/'
>  'SERVER_PROTOCOL': 'HTTP/1.1',
>  'SERVER_SIGNATURE': '',
>  'SERVER_SOFTWARE': 'Apache',
>  'UNIQUE_ID': 'SkfIaX8AAAEAAHaKXs8AAABy',
>  'mod_wsgi.application_group': 'www.mydomain.com.br|',
>  'mod_wsgi.callable_object': 'application',
>  'mod_wsgi.listener_host': '189.38.80.76',
>  'mod_wsgi.listener_port': '80',
>  'mod_wsgi.process_group': 'www.mydomain.com.br',
>  'mod_wsgi.reload_mechanism': '1',
>  'mod_wsgi.script_reloading': '1',
>  'wsgi.errors': <mod_wsgi.Log object at 0x1175cd88>,
>  'wsgi.file_wrapper': <built-in method file_wrapper ofmod_wsgi.Adapter object 
> at 0x11772bf0>,
>  'wsgi.input': <mod_wsgi.Input object at 0x11623d68>,
>  'wsgi.multiprocess': True,
>  'wsgi.multithread': True,
>  'wsgi.run_once': False,
>  'wsgi.url_scheme': 'http',
>  'wsgi.version': (1, 0)}>
>
> Can anybody help me?
> Sorry for the my question, but my english is not perfect.
>
> Thank you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to