PHP 8.2.2910.48.29
The "sameSite" parameter value is not valid.
| This bootstraps the framework and gets it ready for use, then it
| will load up this application so that we can run it and send
| the responses back to the browser and delight our users.
|
*/
$app = require_once __DIR__.'/bootstrap/app.php';
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
$response->send();
$kernel->terminate($request, $response);
App
Request
https://payplus.connectyu.com/section/eyJpdiI6InF1L3QvbUZORWR2RGxyek5WbG1FZHc9PSIsInZhbHVlIjoiMm5adnBYc09yZy94UGdJVitqR09CQT09IiwibWFjIjoiMGNlZGQxZmEyMWExYTFiZWZjNzM2MDY3MzA4ZDE2N2VkNTY1YmE2MzQxN2FkNTVjMzU5M2FkNWFhODgxYzYwMiIsInRhZyI6IiJ9
GET
curl "https://payplus.connectyu.com/section/eyJpdiI6InF1L3QvbUZORWR2RGxyek5WbG1FZHc9PSIsInZhbHVlIjoiMm5adnBYc09yZy94UGdJVitqR09CQT09IiwibWFjIjoiMGNlZGQxZmEyMWExYTFiZWZjNzM2MDY3MzA4ZDE2N2VkNTY1YmE2MzQxN2FkNTVjMzU5M2FkNWFhODgxYzYwMiIsInRhZyI6IiJ9" \
-X GET \
-H 'host: payplus.connectyu.com' \
-H 'priority: u=0, i' \
-H 'accept-encoding: gzip, deflate, br, zstd' \
-H 'sec-fetch-dest: document' \
-H 'sec-fetch-user: ?1' \
-H 'sec-fetch-mode: navigate' \
-H 'sec-fetch-site: none' \
-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 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
-H 'upgrade-insecure-requests: 1' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua: "Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' \
-H 'cache-control: no-cache' \
-H 'pragma: no-cache';
Browser
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Headers
- host
payplus.connectyu.com
- priority
u=0, i
- accept-encoding
gzip, deflate, br, zstd
- sec-fetch-dest
document
- sec-fetch-user
?1
- sec-fetch-mode
navigate
- sec-fetch-site
none
- 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
- user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- upgrade-insecure-requests
1
- sec-ch-ua-platform
"Windows"
- sec-ch-ua-mobile
?0
- sec-ch-ua
"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"
- cache-control
no-cache
- pragma
no-cache
Context
4:02:24 AM
1.06ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
0.26ms
mysql
select * from `basic_settings` limit 1
4:02:24 AM
0.23ms
mysql
select * from `currencies` where `default` = true order by FIELD(id, 2) DESC limit 1
4:02:24 AM
0.17ms
mysql
select * from `languages`
4:02:24 AM
0.16ms
mysql
select count(*) as aggregate from `users`
4:02:24 AM
0.12ms
mysql
select count(*) as aggregate from `users` where `email_verified` = 1
4:02:24 AM
0.11ms
mysql
select count(*) as aggregate from `users` where `kyc_verified` = 1
4:02:24 AM
0.14ms
mysql
select * from `currencies` where `default` = true order by FIELD(id, 2) DESC limit 1
4:02:24 AM
0.13ms
mysql
select * from `extensions`
4:02:24 AM
0.15ms
mysql
select * from `user_support_tickets` where (`status` = 3 or `status` = 0)
4:02:24 AM
0.17ms
mysql
select * from `module_settings`
4:02:24 AM
0.13ms
mysql
select * from `virtual_card_apis` limit 1
4:02:24 AM
0.17ms
mysql
select * from `virtual_card_apis` limit 1
4:02:24 AM
0.17ms
mysql
select * from `setup_seos` limit 1
4:02:24 AM
0.14ms
mysql
select * from `gateway_a_pis` limit 1
4:02:24 AM
0.15ms
mysql
select * from `system_maintenances` limit 1
4:02:24 AM
0.14ms
mysql
select * from `referral_settings` limit 1
4:02:24 AM
0.29ms
mysql
select * from `frontend_header_sections` where `type` = personal
4:02:24 AM
0.17ms
mysql
select * from `frontend_header_sections` where `type` = business
4:02:24 AM
0.2ms
mysql
select * from `frontend_header_sections` where `type` = enterprise
4:02:24 AM
0.18ms
mysql
select * from `frontend_header_sections` where `type` = company
4:02:24 AM
0.32ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
2ms
mysql
select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema = 'connectyu_payplusdb' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name
4:02:24 AM
0.17ms
mysql
select exists(select * from `script`) as `exists`
4:02:24 AM
0.15ms
mysql
select * from `script` limit 1
4:02:24 AM
0.15ms
mysql
select * from `system_maintenances` limit 1
4:02:24 AM
0.13ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
0.32ms
mysql
select * from `frontend_header_sections` where `id` = 15 and `status` = 1 limit 1
4:02:24 AM
0.29ms
mysql
select * from `frontend_header_section_pages` where `parent_id` = 15 and `status` = 1 limit 1
4:02:24 AM
0.34ms
mysql
select * from `frontend_header_section_faqs` where `parent_id` = 15 and `status` = 1 limit 1
4:02:24 AM
0.31ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
0.24ms
mysql
select * from `site_sections` where `key` = site_cookie limit 1
4:02:24 AM
0.2ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
0.17ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
0.18ms
mysql
select * from `site_sections` where `key` = about-section limit 1
4:02:24 AM
0.14ms
mysql
select * from `setup_pages` where `slug` = personal limit 1
4:02:24 AM
0.28ms
mysql
select * from `setup_pages` where `slug` = business limit 1
4:02:24 AM
0.19ms
mysql
select * from `setup_pages` where `slug` = merchant limit 1
4:02:24 AM
0.36ms
mysql
select * from `setup_pages` where `slug` = enterprice limit 1
4:02:24 AM
0.15ms
mysql
select * from `setup_pages` where `slug` = agent limit 1
4:02:24 AM
0.19ms
mysql
select * from `setup_pages` where `slug` = company limit 1
4:02:24 AM
0.16ms
mysql
select * from `setup_pages` where `slug` = developer limit 1
4:02:24 AM
0.15ms
mysql
select * from `setup_pages` where `slug` = contact limit 1
4:02:24 AM
0.23ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
0.17ms
mysql
select * from `site_sections` where `key` = app-section limit 1
4:02:24 AM
0.17ms
mysql
select * from `languages` where `status` = true limit 1
4:02:24 AM
0.18ms
mysql
select * from `site_sections` where `key` = footer-section limit 1
4:02:24 AM
0.16ms
mysql
select * from `site_sections` where `key` = contact-section limit 1
4:02:24 AM
0.13ms
mysql
select * from `site_sections` where `key` = app-section limit 1
4:02:24 AM
0.23ms
mysql
select * from `setup_pages` where `type` = useful-links and `status` = 1 order by `id` asc