Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Use rawurlencode to encode spaces correctly
Fix of the first fix. PHP's urlencode uses '+' to encode spaces which is not valid in the url path section. The rawurlencode function is the PHP function that does it right.
- Loading branch information