I am new to OpenID, and I am using LightOpenID to provide authentication against Google accounts. Is it possible to perform an authentication that doesn't involve a header redirection or that can pass through any GET and POST variables that exist within the original HTTP request?
Any variables in the original HTTP request get lost when the header redirection takes place.
Thanks!