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
Yakbak is great - it's really easy to setup, and just works. It'd be nice if there was a custom hook to modify the response before writing to the tape - specifically in the case where the response returns references to the proxied server.
For example:
Using yakbak server to proxy through to some other server
Request made, html returned with references to js/css/img assets that point to the original server url
Ideally, I can write a function to replace these references with the yakbak proxy so that they are then captured through yakbak as well.
I submitted a PR with an attempt at this here: #27
The text was updated successfully, but these errors were encountered:
Yakbak is great - it's really easy to setup, and just works. It'd be nice if there was a custom hook to modify the response before writing to the tape - specifically in the case where the response returns references to the proxied server.
For example:
I submitted a PR with an attempt at this here: #27
The text was updated successfully, but these errors were encountered: