Is JobId inside of the headers when Roblox sends a request?

Just clarifying, I wasn’t more specific in the previous title. Does Roblox have premade headers that gives JobId? Or do I have to pass it in headers manually when I make a request?

One server IP can belong to multiple game servers, which means multiple job ids.

True, so I’m seeing if JobId header is inside headers already.

use httpservice and send game.JobId to an express server

using POST and postasync

characters