I am facing 1 issue in jmeter header manager. I need to add 1."key=Authorization" with bearer key word in value "value=Bearer ${Token}" 2."key=Authorization" with out bearer key word in value "value=${Token}".
Is it possible to add 2 key with same name? Or any other solution is there?
Errors getting: 1.)If I give both key and value in header-412- precondition. 2.)If I give 1 key and value with bearer-401 unauthorised. 3.)If I give 1 key and value with out bearer-400 Bad request.
I tried by adding 2 header manager one in global and one under http sampler.