georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 6 forks source link

Added cookie affinity filter #41

Closed emmdurin closed 1 year ago

emmdurin commented 1 year ago

To duplicate cookies from a path to another

This filter can be used by adding it to a route :

  filters:
  - name: CookieAffinity
    args:
      name: cookieName
      from: /originalPath
      to: /destinationPath
edevosc2c commented 1 year ago

need reformat

emmdurin commented 1 year ago

need reformat

Yes, and cleaning of remaining commented code.