...

/

Extension Example 3: HTTP Proxy JWT Decoder

Extension Example 3: HTTP Proxy JWT Decoder

We will learn how to create a practical plugin that decodes JWT tokens present in the request header under the "Proxy" tab.

In this chapter, we will create a “Proxy” tab extender plugin that will decode the JWT token present in the request header and output its decoded value on the go. To achieve this functionality, we need to implement the IMessageEditorTabFactory interface and register it as we normally do.

...