Hello all,
I´m getting some infuriating “Invalid GET Data” errors on a site I´m building.
I´m assuming these are completely unsurmountable security features (although some have expressed the opinion to me that it should be allowable to pass complex urls as url parameters).
Basically it boils down to: is there any possible way to get this (simplified) example to work?
<a href="http://www.example.com/?test=example2.com?test2=y">http://www.example.com/?test=example2.com?test2=y</a>I don´t even really need test, I just need the other parameters. Working with an embedded system so if I could find a fix my end it would save me a lot of trouble. Do I have any options?
thanks,
Pierce