I am not really sure what type of headers these highlighted values are, but how should I add them using HttpWebRequest?
IMHO it is considered as malformed header data.
You actually want to send those name value pairs as the request content (this is the way POST works) and not as headers.
The second way is true.