Set custom referer -


just purpose of study, see sites offer services allow user change referrer custom links. services spoofr , hitleap example allow user define particular access such twiiter.com domain, facebook.com, pinterest or custom domain.

again say, curiosity came me , not other purposes. question follows:

how sites change referer make fake referer?

i not need scripts or other information, want know how in textual form.

how sites change referer make fake referer?

by acting proxy. when request sent through website/service, service constructs new http request (with http request headers, include "fake" referer - sent browser) sent target website. response received , sent client.

you can using program curl send http request.

there no doubt browser extensions allow this. either suppress http referer altogether or set of choice.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -