Programmatically intercepting request responses #337
-
|
Hi, is there any way I can intercept the response to all requests and programmatically filter these maybe through a callback. Would be good if the response headers are also available. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
blakebyrnes
Dec 1, 2024
Replies: 1 comment 1 reply
-
|
Yes, but if you want to modify responses, you need to write a plugin (https://ulixee.org/docs/hero/plugins/core-plugins) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vihanga-w
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, but if you want to modify responses, you need to write a plugin (https://ulixee.org/docs/hero/plugins/core-plugins)