google / tamperchrome

Tamper Dev is an extension that allows you to intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy. Works across all operating systems (including Chrome OS).
https://tamper.dev
Apache License 2.0
4.19k stars 219 forks source link

Forms headers of requests #38

Closed oleedd closed 5 years ago

oleedd commented 5 years ago

It doesn't display forms headers of requests if a request is made from form element. This is very sad.

sirdarckcat commented 5 years ago

can you explain what you mean?

oleedd commented 5 years ago

If there is \<form> element - \<input> elements (name and value attributes) will create headers. And a request in such case is made by submitting this form. It is very common and exists almost on every site. But forms headers are generally not displayed in this extension for some reason.

sirdarckcat commented 5 years ago

by headers, do you mean the request body?

oleedd commented 5 years ago

I just mean headers created by form. Idk what is request body. You can see this popular extension in such area. It only allows to display headers but supports forms headers too. https://chrome.google.com/webstore/detail/http-header-spy/agnoocojkneiphkobpcfoaenhpjnmifb

sirdarckcat commented 5 years ago

ok, yea thats the request body. chrome's api to modify the request body is #31 so that's the right bug to track to get this

oleedd commented 5 years ago

Will it be supported soon?