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
Hello will it be possible for me to add extended functionality to act in basic ways as zap proxy or Burp? I am looking for libraries to create a interceptor proxy where a penetration tester could intercept the GET/POST verbs with full headers before it gets to the remote server, modify it or inspect them, the return before it hits a browser also inspecting what is return back from the server. Thanks
The text was updated successfully, but these errors were encountered:
#607 adds the functionality to keep the original header names, without canonicalization.
If you are interested about the header ordering, currently it's not possible with this library.
Feel free to fork it or propose changes with new issues about specific features and the related pull requests.
Hello will it be possible for me to add extended functionality to act in basic ways as zap proxy or Burp? I am looking for libraries to create a interceptor proxy where a penetration tester could intercept the GET/POST verbs with full headers before it gets to the remote server, modify it or inspect them, the return before it hits a browser also inspecting what is return back from the server. Thanks
The text was updated successfully, but these errors were encountered: