Autorize icon indicating copy to clipboard operation
Autorize copied to clipboard

Add parameter to query or body without removing headers

Open vitorfhc opened this issue 1 year ago • 1 comments

Autorize has two modes of defining the credentials for the low-privilege user: replacing headers or queries.

What about both? I have an application that sends the CSRF in the header and as a body parameter on POST requests.

vitorfhc avatar Mar 15 '23 19:03 vitorfhc

@vitorfhc - Thank you for the heads up.

I don't have time to implement this at the moment, but I would like to share my thoughts on how should it be done in case someone in the community would like to contribute. (I see @terminalJunki3 pretty active recently)

I think we should implement this as part of the "saved headers" feature, so each saved header would have its own "mode" (e.g. headers/body param/query para/path param) then each of them can be active or not, then we will be able to easily determine which modifications are in place.

Quitten avatar Apr 11 '23 17:04 Quitten