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/918" \
-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=eyJpdiI6Ik9VNGF6L3Z5UzZxVVZYcUw5b1V2b1E9PSIsInZhbHVlIjoiSEFCSzhPelFrVmp6SEhIengwbEo2RGI1TWZxMytCWTZ0VlJ3ODdHUFhhSlRpbFRSUnRUakNFek9uTWZ6THR4ZzhvUGRGbTduQ0Z4c2R4Q1A1akdCQkZuNDBmTFl4ZjQvRW9wNnFnajE3YVJjck0xMjMyNVpEQm9ibnU2NU1rSXgiLCJtYWMiOiIwYzNlMjEyNzMyMGJjMTE2NGEyMDc3YWYyZWE3ZDQxMWIwZjhjMDg2Nzk5MzRkYTk4OGI3NjgwZGVjY2U2NzBlIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6InMyWk8xaUxDSHRUVDNFd3dTZVh5dVE9PSIsInZhbHVlIjoiS0VyQmtjeEhTS3FkQlAvbVV3VUZrMkRma09TTDVFY0xkN0RickJIYW14c1ZBamY5SVBKclY1NldLNVc0U0cxTjFNRjBhOGllMmZQQ285cUVONUZkeG9SNEdCVk0ybW9wRDBxY2tCTXMwOElqZS9RQXQrTUthRjQ0TVc0SVpYRmUiLCJtYWMiOiIyYWEyMWQ1OWI3MDNlNGUzOGRiMzI0NGRjMzRhZTZlODQ1MzMwYTEyZWExYjM5MTA4YjQ5YjE4Mjg4ZDQ4MWMyIiwidGFnIjoiIn0%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=eyJpdiI6Ik9VNGF6L3Z5UzZxVVZYcUw5b1V2b1E9PSIsInZhbHVlIjoiSEFCSzhPelFrVmp6SEhIengwbEo2RGI1TWZxMytCWTZ0VlJ3ODdHUFhhSlRpbFRSUnRUakNFek9uTWZ6THR4ZzhvUGRGbTduQ0Z4c2R4Q1A1akdCQkZuNDBmTFl4ZjQvRW9wNnFnajE3YVJjck0xMjMyNVpEQm9ibnU2NU1rSXgiLCJtYWMiOiIwYzNlMjEyNzMyMGJjMTE2NGEyMDc3YWYyZWE3ZDQxMWIwZjhjMDg2Nzk5MzRkYTk4OGI3NjgwZGVjY2U2NzBlIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6InMyWk8xaUxDSHRUVDNFd3dTZVh5dVE9PSIsInZhbHVlIjoiS0VyQmtjeEhTS3FkQlAvbVV3VUZrMkRma09TTDVFY0xkN0RickJIYW14c1ZBamY5SVBKclY1NldLNVc0U0cxTjFNRjBhOGllMmZQQ285cUVONUZkeG9SNEdCVk0ybW9wRDBxY2tCTXMwOElqZS9RQXQrTUthRjQ0TVc0SVpYRmUiLCJtYWMiOiIyYWEyMWQ1OWI3MDNlNGUzOGRiMzI0NGRjMzRhZTZlODQ1MzMwYTEyZWExYjM5MTA4YjQ5YjE4Mjg4ZDQ4MWMyIiwidGFnIjoiIn0%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 `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 `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 `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