|
The point is that the "webpage side" should already be using urldecode. One never knows what a user will type in. Urldecode won't kill things if there's no urlencoding there. If you have chosen to put troublesome characters in the url, and choose to be recalcitrant about handling it with the appropriate and already-provided tools, well, there ya go.
|