I've been made some tests with the object Chilkat_9_5_0.OAuth2 unsuccessfully. My redirect_uri is a HTTPS uri and is not working. When I try: loOauth2.localhost = 'https://www.xpto.com', the method loOauth2.StartAuth() returns a wrong uri call: https://auth.xpto.com/authorization?response_type=code&redirect_uri=**http%3A%2F%2Fhttps%3A%2F%2Fwww.foxyhouse.com.br%3A54541%2F**&client_id=2784435362520435&state=ka08WwYo2tl1Rd6gTdAwpp680nxSeBcuRrPV69mHbo0
Am I doing something wrong? Or the object Chilkat_9_5_0.OAuth2 not works with HTTPS redirect_uri?