proxy that will intercept TLS requests and add auth header #1333
Replies: 7 comments 6 replies
-
@abhinavsingh Any thoughts on this? |
Beta Was this translation helpful? Give feedback.
-
@ananth-sivam @noorul You can certainly write a custom plugin for this use case. Your plugin can:
Hope this helps, let me know. |
Beta Was this translation helpful? Give feedback.
-
@abhinavsingh After intercepting the incoming connection shouldn't we create an upstream TLS connection? |
Beta Was this translation helpful? Give feedback.
-
@abhinavsingh Is there any MITM sample for reference? |
Beta Was this translation helpful? Give feedback.
-
#1. How do we overwrite request-timeout, connect-timeout on the request to upstream server? |
Beta Was this translation helpful? Give feedback.
-
@abhinavsingh, any suggestions |
Beta Was this translation helpful? Give feedback.
-
@abhinavsingh, any suggestions on #1333 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions