I would like to use the flag B in the rewrite to ensure any space or special character is escaped
RewriteRule "^/(.*)" "https://mydomain/dahqhhq/opendoc.htm?document=toto toto.qvw&lang=en-EN&host=TOTO@host" [R,L,B]
But this does not work, I still have this error
Rewritten query string contains control characters or spaces
the result I want in my browser:
https://mydomain/dahqhhq/opendoc.htm?document=toto%20toto.qvw&lang=en-EN&host=TOTO%40host
can anyone help best regards,