Hey guys,
I am not very familiar with URL encoding, and could do with some help here! Basically, I need to take a massive GET string (one that the server will reject) and transform it into a GET string with the proper length, so that it will be accepted.
Then it will be decoded. What is a simple way to do this, so that we can pass huge query strings to the server?