curl get url https
curl -k https://localhost:44344/xxxxx
CURL URL UPLOAD
<?php
// You can not use any http url for the file path at curl. You have to use local file. So first download the file into a temporary directory.
file_put_contents("/var/tmp/xyz/output.jpg", file_get_contents("https://www.google.com/images/srpr/logo11w.png"));
//Then use this temporary file into your curl:
'image' => '@/var/tmp/xyz/output.jpg'
??
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us