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
Not sure what it says in the specification but the server I'm calling does not use whitespaces between params in the challenge. I.e. when splitting on comma plus whitespace it won't work.
My suggestion would be to split on comma (",") ONLY and then trim the individual parts.
The text was updated successfully, but these errors were encountered:
Not sure what it says in the specification but the server I'm calling does not use whitespaces between params in the challenge. I.e. when splitting on comma plus whitespace it won't work.
My suggestion would be to split on comma (",") ONLY and then trim the individual parts.
The text was updated successfully, but these errors were encountered: