You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sent a request that contained a plus + character in the body and noticed that it gets replaced by a space. As you might know many web servers do this therefore the character should be quoted to %2B by unirest or data will be malformed unless you compensate for this. This is for all urlencoded data both in the query string and url encoded post body. Urllib does not have this problem in functions such as quote or urlencode
The text was updated successfully, but these errors were encountered:
I sent a request that contained a plus + character in the body and noticed that it gets replaced by a space. As you might know many web servers do this therefore the character should be quoted to %2B by unirest or data will be malformed unless you compensate for this. This is for all urlencoded data both in the query string and url encoded post body. Urllib does not have this problem in functions such as quote or urlencode
The text was updated successfully, but these errors were encountered: