Replies: 5 comments 9 replies
-
Hi! @p- I think this is the scrollbar hiding the other requests, can you check what happens when you click on |
Beta Was this translation helpful? Give feedback.
-
Hi @sirdarckcat I think I've found the problem. Tamper Dev is not receiving those headers from the Chrome API: From the chrome.webRequest Doc:
|
Beta Was this translation helpful? Give feedback.
-
Ah yes, I see I found the reference to webRequest.onBeforeSendHeaders in the v1-Folder of tamperchrome, but the recent source code of Tamper Dev is in the v2-folder I assume?
Yes. In this screenshot I set a break point very early. You can see that the I also tried it with a recent Chromium build from download-chromium. With that version I see two additional user agent hints related headers |
Beta Was this translation helpful? Give feedback.
-
Thanks for checking! I'm happy it's not just my browser 😉
Yeah a sample with httpbin probably would have been better 😄 .
That's true. So it's not a big issue.
Yeah I'm also not sure if that would be useful. 🤔
I think it's absolutely OK that host is not editable. Seems out of scope for most tamper use cases. (But it's also good if the users know about this limitation.) |
Beta Was this translation helpful? Give feedback.
-
URLs are also likely encoded differently in the extension :-). Will think about how to present it. |
Beta Was this translation helpful? Give feedback.
-
Hi @sirdarckcat
First of all: thanks for Tamper Dev!
I quickly tested tamper.dev and did not find out why it's not showing all expected request headers:
Using an up-to-date Chrome on macOS and the newest Tamper Dev version (2.0.7), Tamper Dev is listing only 4 request headers when visiting github.com (scrolling included):
The browser itself sends a lot more headers of course (e.g.
Cache-Control
,Connection
,Accept-Encoding
etc.)Is this some kind of UI issue?
Greetings
@p-
Beta Was this translation helpful? Give feedback.
All reactions