How to get json from rapidminer web service to laravel?
IqbalMalikAlfaruq
New Altair Community Member
hello, i try to connect rapidminer web service to laravel, but it doesnt connect properly and show different from i want. please help, thanks
Tagged:
0
Best Answer
-
Hi,
i guess you are using the Lavarel wrapper and not the GuzzleHttp\Client directly.
Have you tried something like this?Http::withBasicAuth('username', 'password')->get('http://example.com/api/rest/process/foo?bar=42')
Greetings,
Jonas
1
Answers
-
Hi,
i guess you are using the Lavarel wrapper and not the GuzzleHttp\Client directly.
Have you tried something like this?Http::withBasicAuth('username', 'password')->get('http://example.com/api/rest/process/foo?bar=42')
Greetings,
Jonas
1 -
@jwpfau thanks for reply, i've tried and its working, thanks you so much0