Nicholas Hagen
Nicholas Hagen
I am having this problem as well it would seem, here is an example parameter: ``` url?Auth=DBUW1Dc%2bKwPn7eE%2bZuxzg2fnlww%3d ``` It seems to be properly URL Encoded when I receive it, however,...
Well ... the plus signs are definitely correctly interpreted now, however, the equal sign at the end is still url encoded: ``` DBUW1Dc+KwPn7eE+Zuxzg2fnlww%3D ``` I tried updating my htaccess file...
BAM! That seems to fix it, are there any potential problems that I should look out for with removing that processing line?