Hallo,

falls Du auf 7.1 bist und die SQL Function HTTPGETCLOB hast, dann geht das mit SQL

PHP-Code:
Values SYSTOOLS.HTTPGETCLOB
 
('http://prodportal01/Portal/api/v2/users?filter=username:',''); 
Für das URL-Encoding gibt diese SQL-Function
PHP-Code:
values(systools.urlencode('G.Jüttner','UTF-8')); 
Herzliche Grüße
Rainer