I have the problem, that PHP replaces all spaces with underlines in POST and GET variables.
For example if I have the URL: http://localhost/proxy.php?user name=Max t
As far as i can remember, i've never seen spaces in URL parameter names...
I think, it would be better to convert all spaces of parameter names into "_".