You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample showing issue: https://services.odata.org/TripPinRESTierService/People
FURI := TURI.Create(FURL); doesn't understand context of original request, therefore can't determine http/https and dies with
if PosScheme = -1 then
if ARaiseNoSchema then
raise ENetURIException.CreateResFmt(@SNetUriInvalid, [AURIStr])
else
Exit;
The text was updated successfully, but these errors were encountered:
Sample showing issue: https://services.odata.org/TripPinRESTierService/People
FURI := TURI.Create(FURL); doesn't understand context of original request, therefore can't determine http/https and dies with
if PosScheme = -1 then
if ARaiseNoSchema then
raise ENetURIException.CreateResFmt(@SNetUriInvalid, [AURIStr])
else
Exit;
The text was updated successfully, but these errors were encountered: