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
If you want both a callback server and to restrict an endpoint, you need to fallback to WithMITMOptions and cannot use WithSniffedEndpoint. We should make this composable.
The text was updated successfully, but these errors were encountered:
Also if you want to block requests and listen, and then just drop the blocking, you can't do this currently. You need to take away the blocking and listening then re-add the listening.
If you want both a callback server and to restrict an endpoint, you need to fallback to
WithMITMOptions
and cannot useWithSniffedEndpoint
. We should make this composable.The text was updated successfully, but these errors were encountered: