Closed e-stonia closed 4 years ago
Hi,
it's not necessary to pass the scheme in the url, as it is specified by default by the Driver (you can see that here), otherwise you're actually sending any requests to https://https://cloud.mydomain.com
.
I'm sorry I did not make that clear into the Readme, thanks for pointing this out.
I've updated the Readme (see here).
Thanks. Do you have any idea why I get then "Everything is ok.NULL" and actually the user isn't created?
Hi,
looking at your example the "Everything is ok.NULL" is the result output of the createChannel
call.
Are you also getting "Everything is ok.NULL" with the createUser
output?
Are you also getting "Everything is ok.NULL" with the createUser output?
Yes.
Hey, when I have 'url' => 'https://cloud.mydomain.com', then I get "HTTP ERROR 500" and without https:// I get "Everything is ok.NULL". Here's my code: