Forum

WebRequest bug

Hello, It seems there is a bug in the URL encoding of the function WebRequest, specifically with the character ' + '. For example, if you send the string " Test 1+2 " the server should receive " Test+1%2B2 " but it receives " Test+1+2 ", so all ' + ' characters are converted to spaces. This problem