Answer the question
In order to leave comments, you need to log in
Is it possible to fake the Origin and Refer headers?
Is it possible?
For example, from specialized software like Postman.
Here, for example, I made a check on the NodeJS server side
if (!req.headers.origin || !req.headers.referer) {
res.cookie('message', 'fuck you, hacker', {maxAge: 600000, httpOnly: true})
res.send('fuck you, hacker')
console.log('fuck you, hacker')
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question