Replies: 2 comments 7 replies
-
Have you tried disabling web security? https://docs.taiko.dev/frequently_asked_questions/#how-do-i-intercept-request-with-method-options%3F |
Beta Was this translation helpful? Give feedback.
1 reply
-
@marktamis is there a sample that we can experiment with ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We're looking to intercept HTTP response headers to rewrite them before the page is shown in the browser.
For my test setup we want to load a script from an external site into pages protected by restrictive Content Security Policy headers
Currently we can add the script but because of the aforementioned setting, it won't load
The idea would be to intercept and rewrite this response header to add the domain from which my script is loading
(normally the script is loaded through a browser extension - currently we can force the install but we're stuck on user validation of the install, which means we can't use headless chrome)
Beta Was this translation helpful? Give feedback.
All reactions