Hello,
I am trying to create an X/Twitter verification for my game. But my bearer_token for fetching the data includes % in it. I cannot find a way around this. What should I do? Is this something you can fix on your end?
Hello,
I am trying to create an X/Twitter verification for my game. But my bearer_token for fetching the data includes % in it. I cannot find a way around this. What should I do? Is this something you can fix on your end?
This is intended behavior; these character are intentionally blocked by HttpService
for some reason.
Potential workarounds are here:
You could find more with a little research.