As soon as the Capesoft web site is back up, I will go look at it.
In the meantime, during the OAuth processing, I submit a URL to the provider with various requested parameters, including a redirect URL. Their response is redirected back to the specified redirect url where I have to be able to read the incoming header to take further action.I have specified the redirect URL as: https://[mydomain].com/oauthredirect/[myuserguid]...
In my WebHandler, I added an instring search for "oauthredirect" near the top of the p_web._SendFile procedure where the internal procedures are parsed. Apparently that's not the correct embed point as I am receiving the browser's "web page not found" error. Which embed point in the WebHandler would be correct?
Thanks,
Mark