hi,
I want to redirect to a local file the authorize.
In the redirect uri of my app I put file:///C:/test/redirect_uri.htm , an empty page but the browser gives error.
If I put http://localhost I can catch the access_token but I receive it in CppWebBrowserNavigateError with a status error of 0x800C0005
How can redirect to a local file with success ?
And the page should it have any special thing or can it be empty ?
Thanks in advance