stewmoon
7 years agoOccasional Contributor
Modifying existing Headers in REST request using Event Handlers
Hello, Currently I have an Event Handler that uses RequestFilter.filterRequest to add a Handler to only certain Test Cases. My question is how to Modify existing headers in a REST ...
- 7 years ago
Please refer to message 4 in this thread https://community.smartbear.com/t5/SoapUI-Pro/Reg-Changing-the-header-dynamically/td-p/121441
It says that it removes (deletes) header and then modifies the header to what you need for each request.