You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Come up with a simple templating system that can change various elements of the request headers/body based on a special syntax.
For example, we configure the proxy to change "${thing}" to "thung", and if ${thing} is contained in the server response, it will be changed to "thung" before it is sent along to the client.
The text was updated successfully, but these errors were encountered:
Come up with a simple templating system that can change various elements of the request headers/body based on a special syntax.
For example, we configure the proxy to change "${thing}" to "thung", and if ${thing} is contained in the server response, it will be changed to "thung" before it is sent along to the client.
The text was updated successfully, but these errors were encountered: