-1

I want to add a parameter of MikroTik to all HTTP header requests using MikroTik. So all client and servers that connected to the MikroTik can trace the parameter in their HTTP header.

How can I achive this?

Vahid
  • 103
  • 6

1 Answers1

0

You cannot manipulate the HTTP headers with Mikrotik.

You need a reverse proxy like HAProxy or Nginx to achieve this.

Update:
Here I describe a solution on how you can add Nginx or HAProxy support on Mikrotik
NAT to two different servers on the same port via hostname with Mikrotik RB2011

Xavier Lucas
  • 12,815
  • 2
  • 44
  • 50
Cha0s
  • 2,432
  • 2
  • 15
  • 26