NathanaelA / nativescript-websockets

Websockets for NativeScript
83 stars 43 forks source link

Android: url whitespaces #90

Closed mrkvn closed 1 year ago

mrkvn commented 3 years ago

Replace whitespace with %20 instead of +.

NathanaelA commented 3 years ago

Why are you wanting to replace + with %20. Not that I'm opposed but where have you seen this issue since + is the accepted method for URL's to indicate a space.