The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to get json from rapidminer web service to laravel?
IqbalMalikAlfaruq
Member Posts: 5 Learner I
in Help
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
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi,
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
6
Answers