ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Encoding On redirect_uri

Open StrangeWill opened this issue 1 year ago • 1 comments

In BuildAuthorizationUrl whatever URL we pass in is not URI encoded automatically, the documentation also does not suggest that we need to, however oauth spec seems to require that we URL encode our parameters (which makes sense, otherwise if we use query strings or the like in our redirect_uri, it'll clearly break)

Should this be handled by ShopifySharp or should our documentation be updated to suggest to follow spec?

StrangeWill avatar Aug 30 '24 00:08 StrangeWill