On Wednesday, 04. October 2006 16:18, [EMAIL PROTECTED] wrote: > Well, I eventually found how to do it, but I now have a problem > > The log below is from when the submit button is pressed. As one can see, > the params username and passwordname are put into the clients param api > but then are promptly forgot about due to a redirect. Is this expected > behaviour?
It's the problem of all redirects. Apache is no different. The solution is to try the just discussed way of suppressing the redirects, or to /-terminate the URL right from the start. Actually, the problem arises from a HTTP misinterpretation. I think (I am not sure) browsers should re-send post data after a redirect, but practically no browser does this (except for lynx or some other exotic beast) for security/convenience reasons. -- CU Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]