Apache vs Nginx POST

Are GET, POST, and COOKIE on Ngnix the same as Apache? I’m creating
these objects assuming a form will POST and get turned into a hash/
array is this the correct expectation?

On Sep 18, 8:43pm, jthaddeus [email protected] wrote:

Are GET, POST, and COOKIE on Ngnix the same as Apache? I’m creating
these objects assuming a form will POST and get turned into a hash/
array is this the correct expectation?

What you see in the rails apps shouldn’t vary no matter what web
server sits between you and the end user.

Fred