-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Chrome) certain headers like Set-Cookie cannot be modified #46
Comments
As a hint: I realized exactely the same problem with a simimal extension (pd4d10/tampery#17). This makes me think Chrome does not allow modification of response Headers anymore, or at least not the way it was before. |
Thanks a lot for your quick answer. I could reproduce this and get the headers shown using your method with fetch in the console. However when I try to add the following response header
it is neither shown in the console nor is the cookie being set |
The extension doesn't specify |
okay. Any reason why this is not added to the extraInfoSpec? Looks like just a simple flag to add and one gains a lot of extra power. |
The extension has not been in active development for a long time, especially the Chrome version. There will be updates, but not anytime soon. |
Unfortunately I have no idea about browser extension development but I know about Javascript so I created this Pull Request: https://github.dev/mrbeak/man-in-the-middle/tree/extraHeaders |
Hello,
Environment
I'm Using Windows 10 and Chrome 103.x. I installed this extension from https://chrome.google.com/webstore/detail/man-in-the-middle/mfgcopdhimkemcnlhkohjbdjgahmagil
Problem
My Setup is like this here: https://imgur.com/a/XRauRIy
However only the outgoing request gets the addidional header, not the response.
Screenshot: https://imgur.com/a/DsUW1ng
Am I doing terribly wrong? is this due to a Change in Google Chrome that broke the extension? It looks like a bug to me :(
Help is appreciated
The text was updated successfully, but these errors were encountered: