0

I want to send a POST request to bit.do website through PHP,

Can I get help?

<?php
stream_context_set_default(
array(
'http' => array(
'request_fulluri' => true,
'header' => "Cookie: InAuth-bitdo=*****"
)));

$url = "http://bit.do/*_perl/url-shortener.pl?action=admin_update_url_ok&url_hash=*****&url_new=*****";

0 Answers0