lohit
lohit
Persist entire app state between launches. [persist_app_state.webm](https://github.com/usebruno/bruno/assets/25679466/df777706-37a5-4c03-b13b-72419a941b2e)
Addresses the below issues: ~ content type issue for 'client credentials' & 'password credentials' grant types ~ missing client id & secret input fields for password grant type https://github.com/usebruno/bruno/assets/25679466/97f04ac2-0d08-4b26-8146-da0f183f96c1 https://github.com/usebruno/bruno/assets/25679466/8a961aaf-d844-4ace-8117-45ac68818ec9
This approach preserves the req.getBody() formdata type in the pre-request script. Steps include deconstructing the form-data before interpolation, and then reconstructing it back https://github.com/usebruno/bruno/assets/25679466/871c2648-6379-4aa5-85a3-ceba4498109a
~ multipart formdata interpolation ~ also considers scenarios when the body is set using a pre-request script https://github.com/usebruno/bruno/assets/25679466/7b0bda6c-033a-4f4f-8603-460f1661b33b https://github.com/usebruno/bruno/assets/25679466/fe75eb24-95ae-4b60-b83d-bce559c001c7
~ removed the `i.uid === request.uid` check which is always false ~ updated the request headers & vars merge logic
# Description variables interpolation that follows the order specified in this discussion #2332 - [ ] **The pull request only addresses one issue or adds one feature.** - [ ]...
~ global environments https://github.com/user-attachments/assets/2cd2b8af-cec0-4b6a-b9d4-8515035805bb