Based on this reference, the URL encoding for a space
is %20
and +
is %2B
.
TLDR; But based on these two posts (post1 and post2), an application/x-www-form-urlencoded uses +
for space
.
I am so confused with the difference between URL encoding
in general and application/x-www-form-urlencoded
.
What's this difference and why?