Solved
Forum Discussion
2 Replies
Sort By
- GillerM
Staff
For OAuth you can still parameterize an additional HEADER component as shown here - http://readyapi.smartbear.com/structure/requests/rest/parameters/header
Another global option you could do was implement events - http://readyapi.smartbear.com/readyapi/events/start
Here's the sample code for adding a custom header to all outgoing messages - https://www.soapui.org/scripting-properties/tips-tricks.html#12-Add-custom-HTTP-header-to-requests
- csharpeNew Contributor
Thank you. The suggestions were very helpful. I think I will be able to work out my issues based on your suggestions.