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
I have noticed that if I have the proxy overridden, and scripting enabled which applies to some URLs, those URLs will be modified and recorded even if the "Record" button is not activated.
Is that normal?
The text was updated successfully, but these errors were encountered:
yes, it's normal because the Proxy Overriden is enabled, it means your traffic is still going through Proxyman, which can be modified by the Scripting tool.
The Record Button just toggles whether or not it should be recorded and shows in the Main Table View.
@wabiloo I decided to keep this current logic because if we ignore all requests, which is modified by debugging tools, it will conflict with another useful case:
Capture a bunch of requests on the main table
Turn OFF the Recording button
Set up some Breakpoint, Scripting tool
Right-click on certain requests -> Repeat
Expect: New repeated requests should be modified by Breakpoint/Scripting and also displayed on the main table.
It's useful for debugging because we can experiment while not recording any new traffic.
Description
I have noticed that if I have the proxy overridden, and scripting enabled which applies to some URLs, those URLs will be modified and recorded even if the "Record" button is not activated.
Is that normal?
The text was updated successfully, but these errors were encountered: