Franco Posted March 9, 2013 Posted March 9, 2013 i trying to open this Url: http://www.smstrend.net/Trend/[email protected]&password=XXXX&message_type=GP&recipient=%2B393356292016&message=test &sender=franco i get an error because the red part of the url is passed to the browser as: http://www.smstrend.net/Trend/[email protected]&password=XXXX&message_type=GP&recipient=%252B393356292016&message=test &sender=franco i understood that it could be a unicode error but i don't Know how to solve it. Thanks for your help.
Raybaudi Posted March 10, 2013 Posted March 10, 2013 Try to substitute the url encoded string of "%2B" with + or space
webko Posted March 11, 2013 Posted March 11, 2013 Not really Unicode - it's a URL encoded + sign So try, as suggested, putting a + sign there instead...
Recommended Posts
This topic is 4626 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now