Searching
| into the script here so we don't need to manually load our classes.
|
*/
require __DIR__.'/core/vendor/autoload.php';
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request using
| the application's HTTP kernel. Then, we will send the response back
| to this client's browser, allowing them to enjoy our application.
|
*/
$app = require_once __DIR__.'/core/bootstrap/app.php';
$app->bind('path.public', function() {
return __DIR__;
});
$kernel = $app->make(Kernel::class);
$response = tap($kernel->handle(
$request = Request::capture()
))->send();
$kernel->terminate($request, $response);
curl "https://www.askmesolutions.in/product-review/723" \
-X GET \
-H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
-H 'accept-encoding: gzip, deflate, br, zstd' \
-H 'cache-control: no-cache' \
-H 'connection: keep-alive' \
-H 'cookie: XSRF-TOKEN=eyJpdiI6IkVGblR1YWtlVUI5Q0pZNll6MEVzM0E9PSIsInZhbHVlIjoiZ2lham5GQVNYbWkwdW1UMFNMMGxZS3hVL3NSVUxEQXFMNVh4K0hlS0tEWXlsL1BKYUVvdlU3N3hwbFA0M1NDQ0IrMzB5bTZFVEllUXR5Sys1ZWVtaDF0ZnBGZ2JIYzM5T1hPV0VqcWh5RlMyWEhLR3liYzFsaDVJemFIZ2FRK08iLCJtYWMiOiJhNmJmMzIxMzBmYzI1ZGUzOWQ2MzNjZGFlOGViOTJjMzgyN2Q2MWQ4MDZlZmI1ZDI5ZDUwNjUwNTNkNjQwMmIxIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6ImpaQkc4NDB0SmJabnM2dmxVVE4yT1E9PSIsInZhbHVlIjoiZk9JM2M0VG41WGpmM3IvNHBsV0c4QWZ1R1haQ3B5cXV1TXV6UThHUUVsNVM2dy9LandnZEltdncwSU9Na1UvYnJwM0NTK293dzVzaURQcnJPd2E4djI5alYrcWc0aU5PcDlLNUdjRHJGU3QxdlZaQ0FFbUJIaHRWWUt0YVlJUGgiLCJtYWMiOiI0ZmVkMTBhZmRhMjZkNWJmMDhmNmM2ZDNhOWYyNzA1YWFmNWJiNmNkYTJjODZmZmQ5N2Q2YmI3ZDQ0MTU4MjEzIiwidGFnIjoiIn0%3D' \
-H 'host: www.askmesolutions.in' \
-H 'pragma: no-cache' \
-H 'sec-ch-ua: "Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-fetch-dest: document' \
-H 'sec-fetch-mode: navigate' \
-H 'sec-fetch-site: none' \
-H 'sec-fetch-user: ?1' \
-H 'upgrade-insecure-requests: 1' \
-H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
-H 'x-https: 1';
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
gzip, deflate, br, zstd
no-cache
keep-alive
XSRF-TOKEN=eyJpdiI6IkVGblR1YWtlVUI5Q0pZNll6MEVzM0E9PSIsInZhbHVlIjoiZ2lham5GQVNYbWkwdW1UMFNMMGxZS3hVL3NSVUxEQXFMNVh4K0hlS0tEWXlsL1BKYUVvdlU3N3hwbFA0M1NDQ0IrMzB5bTZFVEllUXR5Sys1ZWVtaDF0ZnBGZ2JIYzM5T1hPV0VqcWh5RlMyWEhLR3liYzFsaDVJemFIZ2FRK08iLCJtYWMiOiJhNmJmMzIxMzBmYzI1ZGUzOWQ2MzNjZGFlOGViOTJjMzgyN2Q2MWQ4MDZlZmI1ZDI5ZDUwNjUwNTNkNjQwMmIxIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6ImpaQkc4NDB0SmJabnM2dmxVVE4yT1E9PSIsInZhbHVlIjoiZk9JM2M0VG41WGpmM3IvNHBsV0c4QWZ1R1haQ3B5cXV1TXV6UThHUUVsNVM2dy9LandnZEltdncwSU9Na1UvYnJwM0NTK293dzVzaURQcnJPd2E4djI5alYrcWc0aU5PcDlLNUdjRHJGU3QxdlZaQ0FFbUJIaHRWWUt0YVlJUGgiLCJtYWMiOiI0ZmVkMTBhZmRhMjZkNWJmMDhmNmM2ZDNhOWYyNzA1YWFmNWJiNmNkYTJjODZmZmQ5N2Q2YmI3ZDQ0MTU4MjEzIiwidGFnIjoiIn0%3D
www.askmesolutions.in
no-cache
"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"
?0
"Windows"
document
navigate
none
?1
1
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
1
select * from `products` where `products`.`id` = ? limit 1
select count(*) as aggregate from `ratings` inner join `products` on `products`.`id` = `ratings`.`product_id` where `ratings`.`product_id` = ?
select `name` from `marketplaces` where `slug` is null limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `pages` where `for_footer` = ? and `slug` not in (?, ?, ?) order by `order_by` asc
select * from `pages` where `for_footer` = ? and `slug` not in (?, ?, ?) order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_footer` = ? order by `order_by` asc
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_footer` = ? order by `order_by` asc
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select `name` from `marketplaces` where `slug` is null limit 1
select * from `pages` where `for_footer` = ? and `slug` in (?, ?, ?) order by `order_by` asc
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `states` where `id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `countries` where `id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
select * from `settings` where `settings`.`id` = ? limit 1
select * from `settings` where `settings`.`id` = ? limit 1