Search results

  1. A

    How to set fake Referer by using Express - Node JS?

    In my case, when clients reach my website, they will be redirected to another website with 301 redirect. In server-side, I customize the referrer field in HTTP header by using Express JS as code below. var express = require('express'); var app = express(); app.listen(3000); app.get('/'...
  2. A

    First post

    Hi everyone, I'm Alex. This is my first post. I would like to join this community to get some tips.
Back
Top