Hi, I''m trying to submit a form to an Apache web server using a post request. Under https it works fine. But when using HTTPS there is nothing in params. Going through the code I find here: content = stdinput.read(env_table[''CONTENT_LENGTH''].to_i) || '''' <ck-1.12.5/lib/action_controller/cgi_ext/raw_post_data_fix.rb 54,60 that content is '''' even though CONTENT_LENGTH is 106 and there appears to be a message body. I''ve tried submitting the data as url form encoded and yaml encoded with the appropriate content type headers set to no avail. Some other people appear to be experiencing this error: http://www.sitepoint.com/forums/showthread.php?t=417678 http://dev.rubyonrails.org/ticket/5986 Is this a bug or configuration issue? Cheers, John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---