Header "Authorization" has unallowed character "%" in value "Bearer

I’m a bit new to the api side of roblox development, But not sure how i can fix this issue.

You need to escape % with a \ or %, i.e; \% or %%.

2 Likes

For some reason, Roblox doesn’t allow percent signs to be present in RequestAsync calls (even when escaped), but I found a thread where someone says they created a function to fix it. Try it out and see if it helps:

2 Likes