noticias

 

 

is loading …
is loading …
https://plataformaprospectiva.site/delphi12/index.php/admin/authentication/sa/login
<?php
require_once ‘HTTP/Request2.php’;
$request = new HTTP_Request2();
$request->setUrl(‘https://plataformaprospectiva.site/delphi12/index.php/admin/remotecontrol’);
$request->setMethod(HTTP_Request2::METHOD_GET);
$request->setConfig(array(
  ‘follow_redirects’ => TRUE
));
$request->setHeader(array(
  ‘Authorization’ => ‘••••••’,
  ‘Cookie’ => ‘LS-UKENDCZNPIPVYNKG=095135bcf2152e80ec54b6bea9342887; __cf_bm=rXHds47.R96iZ0hkW2fg9HQFcVNf_xqheVoT4hJwYdk-1735071137-1.0.1.1-k81d71O04MH2rRY3tkSpaekEODFect.GjGFkTog.waxblKKRXsymSzepf1WW4bXbv3vj_VcpJK4MZ7VWT0_zxg; _cfuvid=BT19aV0UeADaLS9lGjnJwL2YAafthABFkVn1_5Qbxj4-1735071137300-0.0.1.1-604800000’
));
try {
  $response = $request->send();
  if ($response->getStatus() == 200) {
    echo $response->getBody();
  }
  else {
    echo ‘Unexpected HTTP status: ‘ . $response->getStatus() . ‘ ‘ .
    $response->getReasonPhrase();
  }
}
catch(HTTP_Request2_Exception $e) {
  echo ‘Error: ‘ . $e->getMessage();
}
is loading …
setUrl('https://plataformaprospectiva.site/delphi12/index.php/admin/remotecontrol'); $request->setMethod(HTTP_Request2::METHOD_GET); $request->setConfig(array( 'follow_redirects' => TRUE )); $request->setHeader(array( 'Authorization' => '••••••', 'Cookie' => 'LS-UKENDCZNPIPVYNKG=095135bcf2152e80ec54b6bea9342887; __cf_bm=rXHds47.R96iZ0hkW2fg9HQFcVNf_xqheVoT4hJwYdk-1735071137-1.0.1.1-k81d71O04MH2rRY3tkSpaekEODFect.GjGFkTog.waxblKKRXsymSzepf1WW4bXbv3vj_VcpJK4MZ7VWT0_zxg; _cfuvid=BT19aV0UeADaLS9lGjnJwL2YAafthABFkVn1_5Qbxj4-1735071137300-0.0.1.1-604800000' )); try { $response = $request->send(); if ($response->getStatus() == 200) { echo $response->getBody(); } else { echo 'Unexpected HTTP status: ' . $response->getStatus() . ' ' . $response->getReasonPhrase(); } } catch(HTTP_Request2_Exception $e) { echo 'Error: ' . $e->getMessage(); }