Forum Moderators: open
We're writing this in C# (mono's C# compiler actually). Currently, we have a form which is of method POST and while using IE (WinXP) and lynx (Mandrake Linux) the form is able to correctly get the query-string, but when using Mozilla and Konqueror (RH Linux), it can't seem to find a query string. When I debug and output the headers sent by the browser, it seems as though Mozilla/Konqueror don't even send a query string back. Its no where to be found, and certainly not a blank line after the other headers.
Does anyone have a clue as to what may be up? Maybe this isn't the right forum (maybe Linux?), but it's worth a shot!
Thanks a bunch! This is really irritating.
Ian