Prefix a property transfer in header
I am using a property transfer to take an oAuth access_token from a response and transfer it to my next GET REST request. The header Name is "Authorization" and the value needs to be in the format "Bearer xxxxxx" ( wherexxxxxx is the transferred access_token) How to I add the Bearer prefix into my GET request? Do I need to add something in the property transfer target? Or is this done via test step properties?Solved9.9KViews0likes10Comments