for anyone searching for a solution. i tried chatgpt for 1 hour without a solution. after a deep search i found out this. you can do this in the entry point of the inertia app :
router.on("before", (ev) => {
ev.detail.visit.headers["X-Socket-ID"] = "GGG";
});