Skip to content

Instantly share code, notes, and snippets.

View lonng12's full-sized avatar
🏠
Working from home

lonng12

🏠
Working from home
View GitHub Profile
// Script này sẽ in ra toàn bộ thông tin của yêu cầu ra console log
console.log("===== Yêu cầu Jagat bị bắt =====");
console.log("URL: " + $request.url);
console.log("Method: " + $request.method);
console.log("Headers: " + JSON.stringify($request.headers, null, 2));
console.log("Body: " + $request.body);
console.log("================================");
// Không làm gì cả, chỉ cho yêu cầu đi tiếp
$done({});