-
-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
Hello,
how can you send the header with the request?
$context_re = stream_context_create(array(
'http' => array(
'header' => "Authorization: Basic " . base64_encode($user . ":" . $pass)
)
));
$json = Items::fromFile($domain . "/exports/missions-published.json", ['debug' => true]);
print_r($json);
Metadata
Metadata
Assignees
Labels
No labels