Getting any URL with backslashes
-
i have a problem where i’m always getting any URL with double backslashes for example:
{ "URL": "http:\\/\\/www.example.com\\/", "avatar": "http:\\/\\/gravatar.com\\/avatar\\/01c558aea3b2e2?s=11" }
Instead of getting this output:
{ "URL": "https://www.example.com/", "avatar": "https://gravatar.com/avatar/01c558aea3b2e2?s=11" }
any help is appreciated.
Thanks
- The topic ‘Getting any URL with backslashes’ is closed to new replies.