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
We have been provided with a client_secret which contain '=' signs, therefore giving "%3D" at the end when url encoded.
Our integration partner uses the original client_secret with = instead of %3D, therefore having an other basic authentication hash then we send to their side.
Is there a possibility for making the url_encode optional?