Closed oleedd closed 5 years ago
can you explain what you mean?
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.
by headers, do you mean the request body?
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
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
Will it be supported soon?
It doesn't display forms headers of requests if a request is made from form element. This is very sad.