From: Jano Svitok Date: 2007-11-21T01:57:11+09:00 Subject: Re: POST data and mod_ruby On Nov 20, 2007 5:45 PM, Eric H. wrote: > Can someone point me to how I can retrieve http POST data that is passed > from Apache/mod_ruby to my script? Everything I've found thusfar has > been on the client side of things like submitting data TO a form instead > of retrieving it from one. I'm sure the info is available but I haven't > managed to find it yet. Don't know mod_ruby, but CGIs read it from stdin. J.