fetch data sending %20% instead of space
I have a fetch method and it's sending values correctly to the server, but the server is reading it with the %20% instead of " ".
eg.
on the server side it receives:
I would like to know if there is any how to take off these %20% and others "%"
15 Replies
Project ID:
N/A
na
You might find these helpful:
- Server CPU Overload
â ď¸ experimental feature
url encoded is %20
sounds like an easy fix
This is my fetch Post method
But I have more things then just the %20%
oh, fair đ¤
what else
if your headers are correct it's probably an issue with whatever is sending it
that's my guess anyway
I'm sure there's a library out there that decodes it for you- or you can make your own
I doubt it'll take long
This is what I'm trying to send:
this is what it receives:
<:e_guh:1082624029971726356>
Hahahah
then use a url decoding library
It's weird because it only gives that error when I send too many data, if it's not too much, it goes just fine
I found out what was it, the problem was the "%" I was sending with
Unknown Userâ˘2y ago
Message Not Public
Sign In & Join Server To View