There was an error while loading. Please reload this page.
1 parent 8b831f9 commit 151bd3eCopy full SHA for 151bd3e
GoIpTransport.php
@@ -71,7 +71,7 @@ protected function doSend(MessageInterface $message): SentMessage
71
throw new LogicException(sprintf('The "%s" transport does not support the "From" option.', __CLASS__));
72
}
73
74
- $response = $this->client->request('GET', $this->getEndpoint(), [
+ $response = $this->client->request('GET', 'https://'.$this->getEndpoint(), [
75
'query' => [
76
'u' => $this->username,
77
'p' => $this->password,
0 commit comments