Jump to content

Http header or URL parameter to identify user in proxy


digitalirony

Recommended Posts

digitalirony

I want to capture a unique string from the HTTP header, or URL that is tied to a particular user that is making the call. Does this exist? If so, where is it, and what is the key?

I don't want to use sessions, because I want to use this to set a connection limit per user in my reverse proxy, not just per session. 

 

Basically what I am asking is, is there some sort of unique userID variable that I can capture in my gateway that I can act upon, that I can be sure is related only to user account that is making the request, and will always match that user across all sessions(so if they login from two devices at once, it would affect both)?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...