Skip to content

Add session validation #13

Description

@bneradt

@SolidWallOfCode has mentioned that it would be helpful if Proxy Verifier had the ability to verify certain properties of the session. He mentioned specifically wanting to verify the ip address of the session. Here are other possible properties to validate:

  • Validate the ip protocol (v4 or v6)
  • Validate the HTTP protocol (HTTP/1 or HTTP/2)
  • Validate whether the connection is secured via HTTPS.

This would be server side session validation since the client itself connects according to its own parameters. Currently, verifier-server does no session validation against the way the proxy connects to it. This issue records the desire to be able to do such validation against the way the proxy connects to verifier-server.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions