proxy that will intercept TLS requests and add auth header #1333
Replies: 7 comments 6 replies
|
@ananth-sivam @noorul You can certainly write a custom plugin for this use case. Your plugin can:
Hope this helps, let me know. |
|
@abhinavsingh After intercepting the incoming connection shouldn't we create an upstream TLS connection? |
|
@abhinavsingh Is there any MITM sample for reference? |
|
#1. How do we overwrite request-timeout, connect-timeout on the request to upstream server? |
|
@abhinavsingh, any suggestions on #1333 (reply in thread) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I want to use proxy.py (version 2.4.3) for my application(custom plugin) which would receive API request of https, which will be validated and then request sent to the target endpoint.
"So basically our use case is a proxy that will intercept TLS requests and add auth header. The response from the target endpoint will be cached"
Please help by directing me to achieve this.
All reactions