Please enable cookies.
Sorry, you have been blocked
You are unable to access upstox.com
Why have I been blocked?
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.
What can I do to resolve this?
You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.
Cloudflare Ray ID: 8e923109bf793e1c • Your IP: Click to reveal 119.18.54.127 • Performance & security by Cloudflare
The error you’re seeing indicates that our website’s security system flagged your activity as potentially suspicious. This could happen due to specific inputs, network issues, or other triggers.
Can you provide details(step-by-step) of what you did when the block occurred?
sir mene toh aaj hi use kiya aur jab se hi ye error aarahi hai…
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.upstox.com/v2/login/authorization/dialog?state=6fssf&response_type=code&client_id=9ae54825-c677-4431-bcb9-30ea8693f7a1&redirect_uri=https://www.lilbaby.in/lo.php',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>