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/890" \
-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=eyJpdiI6IlcvWUkzY0dNdUdwTER4TDJtRjJ2S0E9PSIsInZhbHVlIjoiNzdTL3FFYVlaRWZLYW9ESVJCUG9SRGJBOVRWQkYvcWQ2ZFVyckVRVE81L1NXVCtjRGFRY05HTnF0aWl0V1V3Y2dnbjZNSDViRzRnck13NUpFcWNSNDJPUXpIckRlMTY2K1FpRjkzdWhOcEJqU25oZmpQOFhIb29SLzBCMUxvUW4iLCJtYWMiOiI0ZjNhNjgwMGRhZTNhMGRkN2NlZWU1YTAyOWI3YTRjN2ZjNWQzMjQyMWFmYzYxNzMyM2MyZjcyM2Y2Yzc0MTViIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6Iks4amVRT3Fvb20wMDJNdHh5VWVsaFE9PSIsInZhbHVlIjoiYmZvajZGRmxXeU5ycHJlb2Y4TTVOMkFlakxlOHhkNUEyQzFFbTV4RnBSZmo1TnRuSTZtdW04VWhkWkgvejl2MmJnKytxdXVWTWM2a1J2b0VJNmlSSTVqUUJ1SWl4NC9QWlpPVjBOSGtXNXhWWmtGenFTejlDRFp3QWtBSUw0bzMiLCJtYWMiOiJmOTA1MDQ5YWM1OGVhOTYwNWQ2ZGFkNjVlYmUxNDQ0MDMzMGU2MzYzMWFhNzEzODQyNGM1ODdjOTc5ZjZlZTA3IiwidGFnIjoiIn0%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=eyJpdiI6IlcvWUkzY0dNdUdwTER4TDJtRjJ2S0E9PSIsInZhbHVlIjoiNzdTL3FFYVlaRWZLYW9ESVJCUG9SRGJBOVRWQkYvcWQ2ZFVyckVRVE81L1NXVCtjRGFRY05HTnF0aWl0V1V3Y2dnbjZNSDViRzRnck13NUpFcWNSNDJPUXpIckRlMTY2K1FpRjkzdWhOcEJqU25oZmpQOFhIb29SLzBCMUxvUW4iLCJtYWMiOiI0ZjNhNjgwMGRhZTNhMGRkN2NlZWU1YTAyOWI3YTRjN2ZjNWQzMjQyMWFmYzYxNzMyM2MyZjcyM2Y2Yzc0MTViIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6Iks4amVRT3Fvb20wMDJNdHh5VWVsaFE9PSIsInZhbHVlIjoiYmZvajZGRmxXeU5ycHJlb2Y4TTVOMkFlakxlOHhkNUEyQzFFbTV4RnBSZmo1TnRuSTZtdW04VWhkWkgvejl2MmJnKytxdXVWTWM2a1J2b0VJNmlSSTVqUUJ1SWl4NC9QWlpPVjBOSGtXNXhWWmtGenFTejlDRFp3QWtBSUw0bzMiLCJtYWMiOiJmOTA1MDQ5YWM1OGVhOTYwNWQ2ZGFkNjVlYmUxNDQ0MDMzMGU2MzYzMWFhNzEzODQyNGM1ODdjOTc5ZjZlZTA3IiwidGFnIjoiIn0%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 `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 * 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 * 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