Http request custom header


#1

1) Give a description of the problem
I want to send HTTP GET request with a custom header like X-Auth-Token: 123456

2) What is the expected behavior?
to receive the header of the request from the server side with key and value under the header object

3) What is happening/not happening?
I get the header as a string “X-Auth-Token:123”

4) Post a Green Snapshot of the pistonimage
(UPLOAD YOUR IMAGE HERE)

5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

It might be worth reading this short thread.

(or check out other examples by searching)