Rest Clients

I used TMS REST Components for an integration with my app. But now.. im trying to consume the google authenticator endpoint, but with no response using either
wReq: TWebHttpRequest;
or
wrc1: TWebRESTClient;

in both components, I put the endpoint and params information, but no response. The debug just passes on the execute and answers nothing.
Ex:
wrc1.HttpsGet('http://www.authenticatorApi.com/pair.aspx?AppName=Myaoo&AppInfo=email@email.com&SecretCode=secret')
(looking at on accesstoken, onerror, onrequestresponse, onresponse.. nothing happens in any of these methods). same using TWebHttpRequest.
I managed to consume this endpoint with the trio restclient/restrequest/restresponse with success but I need this in a web app.
I would appreciate any help. Thx

Cris Scanferla
Brazil

This is not a feature request. This question belongs in the regular TMS WEB Core technical support category.