Recent searches
No recent searches
Laravel Does not send data
Posted Feb 09, 2022
GuzzleHttp\Exception\ConnectException
cURL error 6: Could not resolve host: https (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://https//testingcomphelp.zendesk.com.zendesk.com:443/api/v2/tickets.json
0
3
3 comments
Sebastiaan (Sparkly ⭐)
Hey Aram Ghazaryan,
Not sure what you're trying to do there, but it makes sense that the host could not be resolved:
1
Aram Ghazaryan
He Sebastiaan
Thanks for the feedback
I want to create a ticket, unfortunately this problem occurred
I use php << Laravel Framwork >>
This is the code I wrote ՝
0
Sebastiaan (Sparkly ⭐)
Hey Aram,
Can you try to change this:
Into this:
And see what happens?
0