Is it possible to rewrite requests/responses? #278
-
Is it possible to rewrite network requests / responses before they are sent out or processed by the browser? |
Beta Was this translation helpful? Give feedback.
Answered by
route
Aug 1, 2022
Replies: 1 comment 3 replies
-
I think you are looking for https://github.com/rubycdp/ferrum#interceptoptions especially |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
route
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you are looking for https://github.com/rubycdp/ferrum#interceptoptions especially
request.respond
part